diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-08-05 14:36:46 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-08-05 14:36:46 +0000 |
commit | 0e4e888e7ccf722d6aa6b18b61b8a599a6ae25f9 (patch) | |
tree | e0087754bf462cc02a98d8bdfc317f6b544b6ba7 /media-libs/gd | |
parent | added prefix support (bug #518898) (diff) | |
download | gentoo-2-0e4e888e7ccf722d6aa6b18b61b8a599a6ae25f9.tar.gz gentoo-2-0e4e888e7ccf722d6aa6b18b61b8a599a6ae25f9.tar.bz2 gentoo-2-0e4e888e7ccf722d6aa6b18b61b8a599a6ae25f9.zip |
added prefix support (bug #518970)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'media-libs/gd')
-rw-r--r-- | media-libs/gd/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gd/gd-2.0.35-r4.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/gd/ChangeLog b/media-libs/gd/ChangeLog index f4b236016e7c..39f0e91c8727 100644 --- a/media-libs/gd/ChangeLog +++ b/media-libs/gd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.95 2014/07/28 13:45:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.96 2014/08/05 14:36:46 ottxor Exp $ + + 05 Aug 2014; Christoph Junghans <ottxor@gentoo.org> gd-2.0.35-r4.ebuild: + added prefix support (bug #518970) 28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> gd-2.0.35-r4.ebuild: Stable for ppc, wrt bug #512012 diff --git a/media-libs/gd/gd-2.0.35-r4.ebuild b/media-libs/gd/gd-2.0.35-r4.ebuild index d57e80d4c142..7c7266285eaf 100644 --- a/media-libs/gd/gd-2.0.35-r4.ebuild +++ b/media-libs/gd/gd-2.0.35-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild,v 1.7 2014/07/28 13:45:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild,v 1.8 2014/08/05 14:36:46 ottxor Exp $ EAPI="5" @@ -12,9 +12,12 @@ SRC_URI="http://libgd.org/releases/${P}.tar.bz2" LICENSE="gd IJG HPND BSD" SLOT="2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="fontconfig jpeg png static-libs truetype xpm zlib" +#fontconfig has prefixed font paths, details see bug #518970 +REQUIRED_USE="prefix? ( fontconfig )" + RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] ) |