diff options
author | Markus Meier <maekke@gentoo.org> | 2014-10-11 13:40:08 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-10-11 13:40:08 +0000 |
commit | 97f4d4ae55db7ebcfb52cafae3f082a4bacdc0c3 (patch) | |
tree | a703b44463e15c8467ac256152e4d4f8d4d593ab /media-libs/gd | |
parent | arm stable, bug #512012 (diff) | |
download | gentoo-2-97f4d4ae55db7ebcfb52cafae3f082a4bacdc0c3.tar.gz gentoo-2-97f4d4ae55db7ebcfb52cafae3f082a4bacdc0c3.tar.bz2 gentoo-2-97f4d4ae55db7ebcfb52cafae3f082a4bacdc0c3.zip |
arm stable, bug #512012
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 385e3f7141e9..16d34b4cd345 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.102 2014/09/15 08:20:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.103 2014/10/11 13:40:08 maekke Exp $ + + 11 Oct 2014; Markus Meier <maekke@gentoo.org> gd-2.0.35-r4.ebuild: + arm stable, bug #512012 15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> gd-2.0.35-r4.ebuild: Stable for sparc, 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 661d7a4517e4..50b33ec29899 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.14 2014/09/15 08:20:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild,v 1.15 2014/10/11 13:40:08 maekke 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 ~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" +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 |