diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-11-13 11:43:45 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-11-13 11:43:45 +0000 |
commit | cb996ddf30c745337e2049f2a2050ee70235dd06 (patch) | |
tree | 02a0a19435453a9d0d63d5bb228366930b5d3ee7 /app-text/podofo | |
parent | Corrected Slotting of media-libs/tiff and media-libs/libpng (diff) | |
download | gentoo-2-cb996ddf30c745337e2049f2a2050ee70235dd06.tar.gz gentoo-2-cb996ddf30c745337e2049f2a2050ee70235dd06.tar.bz2 gentoo-2-cb996ddf30c745337e2049f2a2050ee70235dd06.zip |
Corrected Slotting of media-libs/tiff and media-libs/libpng
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'app-text/podofo')
-rw-r--r-- | app-text/podofo/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/podofo/podofo-0.9.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/podofo/ChangeLog b/app-text/podofo/ChangeLog index 81b7b780491d..f4a72ad079df 100644 --- a/app-text/podofo/ChangeLog +++ b/app-text/podofo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/podofo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.28 2011/10/23 20:04:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.29 2011/11/13 11:43:45 jlec Exp $ + + 13 Nov 2011; Justin Lecher <jlec@gentoo.org> podofo-0.9.1.ebuild: + Corrected Slotting of media-libs/tiff and media-libs/libpng 23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -podofo-0.7.0.ebuild, -podofo-0.8.1-r1.ebuild, -podofo-0.8.2.ebuild, -podofo-0.8.4.ebuild: diff --git a/app-text/podofo/podofo-0.9.1.ebuild b/app-text/podofo/podofo-0.9.1.ebuild index 8d77ed4e7236..2cd6c92a4b7c 100644 --- a/app-text/podofo/podofo-0.9.1.ebuild +++ b/app-text/podofo/podofo-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild,v 1.6 2011/10/16 18:11:55 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild,v 1.7 2011/11/13 11:43:45 jlec Exp $ EAPI=2 inherit cmake-utils flag-o-matic multilib @@ -19,8 +19,8 @@ RDEPEND="dev-lang/lua media-libs/fontconfig media-libs/freetype:2 virtual/jpeg - >=media-libs/libpng-1.4 - media-libs/tiff + >=media-libs/libpng-1.4:0 + media-libs/tiff:0 sys-libs/zlib" DEPEND="${RDEPEND} boost? ( dev-util/boost-build ) |