summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2006-12-22 14:17:09 +0000
committerFerris McCormick <fmccor@gentoo.org>2006-12-22 14:17:09 +0000
commit10c9a619abf6dec703ccd69a4c850a3b6a643193 (patch)
tree9df14d4ddb7747d911eda4b270390afe51b7ca0b /x11-libs/agg
parentAdded netcdf support. This fixes bug #158771. (diff)
downloadgentoo-2-10c9a619abf6dec703ccd69a4c850a3b6a643193.tar.gz
gentoo-2-10c9a619abf6dec703ccd69a4c850a3b6a643193.tar.bz2
gentoo-2-10c9a619abf6dec703ccd69a4c850a3b6a643193.zip
Add ~sparc keyword. Builds as expected and gnash (experimental) can use it to
good effect. (Portage version: 2.1.2_rc3-r9)
Diffstat (limited to 'x11-libs/agg')
-rw-r--r--x11-libs/agg/ChangeLog6
-rw-r--r--x11-libs/agg/agg-2.5.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog
index aaf95cc4110e..d8b0b3caa85c 100644
--- a/x11-libs/agg/ChangeLog
+++ b/x11-libs/agg/ChangeLog
@@ -1,6 +1,10 @@
# 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.3 2006/11/17 21:57:46 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.4 2006/12/22 14:17:09 fmccor Exp $
+
+ 22 Dec 2006; Ferris McCormick <fmccor@gentoo.org> agg-2.5.ebuild:
+ Add ~sparc keyword. Builds as expected and gnash (experimental) can use it to
+ good effect.
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.
diff --git a/x11-libs/agg/agg-2.5.ebuild b/x11-libs/agg/agg-2.5.ebuild
index 7555e05a368a..9f13ebf33650 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.3 2006/11/17 21:57:46 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.4 2006/12/22 14:17:09 fmccor 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 ~ppc"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="sdl truetype X"
DEPEND="sdl? ( >=media-libs/libsdl-1.2.0 )