diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-12-25 15:52:25 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-12-25 15:52:25 +0000 |
commit | fb7b633381d0d28a3ca9296a234ce10a96d00e4a (patch) | |
tree | f9bbe7cbd6edd0b6faec516fb888b0cd76bb792a /media-libs/babl/babl-0.0.22.ebuild | |
parent | x86 stable, bug #251670 (diff) | |
download | historical-fb7b633381d0d28a3ca9296a234ce10a96d00e4a.tar.gz historical-fb7b633381d0d28a3ca9296a234ce10a96d00e4a.tar.bz2 historical-fb7b633381d0d28a3ca9296a234ce10a96d00e4a.zip |
Add ~sparc keyword, bug #240433
Package-Manager: portage-2.2_rc19/cvs/Linux 2.6.28-00001-g7fe3c16 i686
Diffstat (limited to 'media-libs/babl/babl-0.0.22.ebuild')
-rw-r--r-- | media-libs/babl/babl-0.0.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/babl/babl-0.0.22.ebuild b/media-libs/babl/babl-0.0.22.ebuild index 8a5d37372761..648fa0373718 100644 --- a/media-libs/babl/babl-0.0.22.ebuild +++ b/media-libs/babl/babl-0.0.22.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/media-libs/babl/babl-0.0.22.ebuild,v 1.4 2008/12/11 21:15:24 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.0.22.ebuild,v 1.5 2008/12/25 15:51:03 bluebird Exp $ DESCRIPTION="A dynamic, any to any, pixel format conversion library" HOMEPAGE="http://www.gegl.org/babl/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gtk.org/pub/${PN}/0.0/${P}.tar.bz2" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86" IUSE="sse mmx" DEPEND="virtual/libc" |