diff options
author | 2009-01-31 09:26:09 +0000 | |
---|---|---|
committer | 2009-01-31 09:26:09 +0000 | |
commit | 1059640513a8d43ea7897408cae0a77e96ddc3c9 (patch) | |
tree | 62c4f1cc20fac58e92293cab3fc919f9210594c4 /media-libs/gegl/gegl-0.0.22.ebuild | |
parent | Backport the missing bits from the 100. ebuild for x86-fbsd and keyword it si... (diff) | |
download | historical-1059640513a8d43ea7897408cae0a77e96ddc3c9.tar.gz historical-1059640513a8d43ea7897408cae0a77e96ddc3c9.tar.bz2 historical-1059640513a8d43ea7897408cae0a77e96ddc3c9.zip |
added ~ppc for bug #240433
Package-Manager: portage-2.1.6.7/cvs/Linux ppc
Diffstat (limited to 'media-libs/gegl/gegl-0.0.22.ebuild')
-rw-r--r-- | media-libs/gegl/gegl-0.0.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gegl/gegl-0.0.22.ebuild b/media-libs/gegl/gegl-0.0.22.ebuild index 1664bb9ed942..6b7122ed6c2d 100644 --- a/media-libs/gegl/gegl-0.0.22.ebuild +++ b/media-libs/gegl/gegl-0.0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.5 2009/01/15 14:01:07 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.6 2009/01/31 09:26:09 mabi Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gimp.org/pub/${PN}/0.0/${P}.tar.bz2" LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l" |