diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-11-30 18:48:35 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-11-30 18:48:35 +0000 |
commit | 27bff818d7226b0a85dc4ffce5bb09e36774c4c2 (patch) | |
tree | f5929782c421cc41722ac3ff27e8cad7e5fac1b3 /x11-libs | |
parent | Add Samuli as well. (diff) | |
download | gentoo-2-27bff818d7226b0a85dc4ffce5bb09e36774c4c2.tar.gz gentoo-2-27bff818d7226b0a85dc4ffce5bb09e36774c4c2.tar.bz2 gentoo-2-27bff818d7226b0a85dc4ffce5bb09e36774c4c2.zip |
sparc stable wrt #244336
(Portage version: 2.1.4.5)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/agg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/agg/agg-2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog index fd2833ab7480..210c6db70aac 100644 --- a/x11-libs/agg/ChangeLog +++ b/x11-libs/agg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/agg # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.14 2008/11/01 17:14:05 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.15 2008/11/30 18:48:35 armin76 Exp $ + + 30 Nov 2008; Raúl Porcel <armin76@gentoo.org> agg-2.5.ebuild: + sparc stable wrt #244336 01 Nov 2008; nixnut <nixnut@gentoo.org> agg-2.5.ebuild: Stable on ppc wrt bug 244336 diff --git a/x11-libs/agg/agg-2.5.ebuild b/x11-libs/agg/agg-2.5.ebuild index d85a91b41280..fc1c48041a42 100644 --- a/x11-libs/agg/agg-2.5.ebuild +++ b/x11-libs/agg/agg-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.13 2008/11/01 17:14:05 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.14 2008/11/30 18:48:35 armin76 Exp $ inherit eutils autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://antigrain.com/" SRC_URI="http://antigrain.com/${P}.tar.gz" LICENSE="X11" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ppc sparc x86 ~x86-fbsd" IUSE="sdl truetype X" RDEPEND="sdl? ( >=media-libs/libsdl-1.2.0 ) |