diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-12-22 14:17:09 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-12-22 14:17:09 +0000 |
commit | 5ea505a48732b065d65997f88e2f4b75c4b8b141 (patch) | |
tree | f5ccbc1d4a7c09d1eab31ca4fce51a8727c2501d /x11-libs/agg/agg-2.5.ebuild | |
parent | Added netcdf support. This fixes bug #158771. (diff) | |
download | historical-5ea505a48732b065d65997f88e2f4b75c4b8b141.tar.gz historical-5ea505a48732b065d65997f88e2f4b75c4b8b141.tar.bz2 historical-5ea505a48732b065d65997f88e2f4b75c4b8b141.zip |
Add ~sparc keyword. Builds as expected and gnash (experimental) can use it to
good effect.
Package-Manager: portage-2.1.2_rc3-r9
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 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 ) |