summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2006-11-17 21:57:46 +0000
committerTony Vroon <chainsaw@gentoo.org>2006-11-17 21:57:46 +0000
commit8b6ddd2283deafb3114228b9284820ce73da33e4 (patch)
treeb7f201f9bdf9faea66f2df92ae41bf754ada83a8 /x11-libs/agg
parentTaking over as maintainer (thanks for the work, exg), added missing info abou... (diff)
downloadgentoo-2-8b6ddd2283deafb3114228b9284820ce73da33e4.tar.gz
gentoo-2-8b6ddd2283deafb3114228b9284820ce73da33e4.tar.bz2
gentoo-2-8b6ddd2283deafb3114228b9284820ce73da33e4.zip
Add ~ppc seal of approval. Tested using gnash 0.7.2 and badger-mushroom-snake. This one is for you genstef :)
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'x11-libs/agg')
-rw-r--r--x11-libs/agg/ChangeLog5
-rw-r--r--x11-libs/agg/agg-2.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog
index 34c5f93b5ff1..aaf95cc4110e 100644
--- a/x11-libs/agg/ChangeLog
+++ b/x11-libs/agg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/agg
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.2 2006/11/07 18:59:43 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.3 2006/11/17 21:57:46 chainsaw Exp $
+
+ 17 Nov 2006; Tony Vroon <chainsaw@gentoo.org> agg-2.5.ebuild:
+ Add ~ppc seal of approval. Tested using gnash 0.7.2 and badger-mushroom-snake.
07 Nov 2006; Stefan Schweizer <genstef@gentoo.org> agg-2.5.ebuild:
DEPEND on autotools 1.10, thanks hansmi
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 )