diff options
author | 2006-11-17 21:57:46 +0000 | |
---|---|---|
committer | 2006-11-17 21:57:46 +0000 | |
commit | 1ec8a1fdd67210dd173dee21b6f3a1942e8928c1 (patch) | |
tree | 1189e2dda9a7dbe01bfd71f9a310bb7b2e091b8a /x11-libs/agg/agg-2.5.ebuild | |
parent | Taking over as maintainer (thanks for the work, exg), added missing info abou... (diff) | |
download | historical-1ec8a1fdd67210dd173dee21b6f3a1942e8928c1.tar.gz historical-1ec8a1fdd67210dd173dee21b6f3a1942e8928c1.tar.bz2 historical-1ec8a1fdd67210dd173dee21b6f3a1942e8928c1.zip |
Add ~ppc seal of approval. Tested using gnash 0.7.2 and badger-mushroom-snake. This one is for you genstef :)
Package-Manager: portage-2.1.2_rc1-r7
Diffstat (limited to 'x11-libs/agg/agg-2.5.ebuild')
-rw-r--r-- | x11-libs/agg/agg-2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/agg/agg-2.5.ebuild b/x11-libs/agg/agg-2.5.ebuild index 6f0169cb21ee..7555e05a368a 100644 --- a/x11-libs/agg/agg-2.5.ebuild +++ b/x11-libs/agg/agg-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.2 2006/11/07 18:59:43 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.3 2006/11/17 21:57:46 chainsaw Exp $ WANT_AUTOCONF="1.10" inherit eutils autotools @@ -10,7 +10,7 @@ HOMEPAGE="http://antigrain.com/" SRC_URI="http://antigrain.com/${P}.tar.gz" LICENSE="X11" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~ppc" IUSE="sdl truetype X" DEPEND="sdl? ( >=media-libs/libsdl-1.2.0 ) |