diff options
author | 2013-04-22 09:12:47 +0000 | |
---|---|---|
committer | 2013-04-22 09:12:47 +0000 | |
commit | 8fd27d1fe721399267935a11432042978c1dc37d (patch) | |
tree | f86d0764af3114aa6c4b6eb7c11bd81743dfbc25 /x11-libs/agg | |
parent | Stable for ppc, wrt bug #465246 (diff) | |
download | gentoo-2-8fd27d1fe721399267935a11432042978c1dc37d.tar.gz gentoo-2-8fd27d1fe721399267935a11432042978c1dc37d.tar.bz2 gentoo-2-8fd27d1fe721399267935a11432042978c1dc37d.zip |
Stable for ppc, wrt bug #466606
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-libs/agg')
-rw-r--r-- | x11-libs/agg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/agg/agg-2.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog index 413c6c956988..37a2b4ad7243 100644 --- a/x11-libs/agg/ChangeLog +++ b/x11-libs/agg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/agg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.26 2013/04/21 16:00:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.27 2013/04/22 09:12:47 ago Exp $ + + 22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> agg-2.5-r2.ebuild: + Stable for ppc, wrt bug #466606 21 Apr 2013; Agostino Sarubbo <ago@gentoo.org> agg-2.5-r2.ebuild: Stable for x86, wrt bug #466606 diff --git a/x11-libs/agg/agg-2.5-r2.ebuild b/x11-libs/agg/agg-2.5-r2.ebuild index 9c72af6ceff1..6756eaa34cd8 100644 --- a/x11-libs/agg/agg-2.5-r2.ebuild +++ b/x11-libs/agg/agg-2.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.9 2013/04/21 16:00:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.10 2013/04/22 09:12:47 ago Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://antigrain.com/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="+gpc +truetype +X" # preffer X with enabled xcb, really |