diff options
-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 37a2b4ad7243..76d2757b244d 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.27 2013/04/22 09:12:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.28 2013/04/22 17:16:03 ago Exp $ + + 22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> agg-2.5-r2.ebuild: + Stable for sparc, wrt bug #466606 22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> agg-2.5-r2.ebuild: Stable for ppc, wrt bug #466606 diff --git a/x11-libs/agg/agg-2.5-r2.ebuild b/x11-libs/agg/agg-2.5-r2.ebuild index 6756eaa34cd8..121791b7a7f8 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.10 2013/04/22 09:12:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.11 2013/04/22 17:16:03 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 |