diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-08-07 18:50:14 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-08-07 18:50:14 +0000 |
commit | 222466ab38f0708ca61afe0105714fda5ba92bb4 (patch) | |
tree | 8e5172b0fb794cb9ec5531ab4e7f74b1729087da /media-libs/gd | |
parent | Stable for HPPA (bug #512012). (diff) | |
download | gentoo-2-222466ab38f0708ca61afe0105714fda5ba92bb4.tar.gz gentoo-2-222466ab38f0708ca61afe0105714fda5ba92bb4.tar.bz2 gentoo-2-222466ab38f0708ca61afe0105714fda5ba92bb4.zip |
Stable for HPPA (bug #512012).
(Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gd/ChangeLog b/media-libs/gd/ChangeLog index 39f0e91c8727..b291b185b263 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.96 2014/08/05 14:36:46 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.97 2014/08/07 18:50:14 jer Exp $ + + 07 Aug 2014; Jeroen Roovers <jer@gentoo.org> gd-2.0.35-r4.ebuild: + Stable for HPPA (bug #512012). 05 Aug 2014; Christoph Junghans <ottxor@gentoo.org> gd-2.0.35-r4.ebuild: added prefix support (bug #518970) diff --git a/media-libs/gd/gd-2.0.35-r4.ebuild b/media-libs/gd/gd-2.0.35-r4.ebuild index 7c7266285eaf..ad29be54baf0 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.8 2014/08/05 14:36:46 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild,v 1.9 2014/08/07 18:50:14 jer Exp $ EAPI="5" @@ -12,7 +12,7 @@ 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 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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 |