diff options
author | Brent Baude <ranger@gentoo.org> | 2009-04-06 14:21:33 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-04-06 14:21:33 +0000 |
commit | 63f3a5606930654e99b1144eb7eee590ca32ea62 (patch) | |
tree | d5d025a70d1bc9298c0e053eb78bce7c87c24f6e /media-libs/gegl | |
parent | Marking babl-0.0.22 ppc for bug 258344 (diff) | |
download | gentoo-2-63f3a5606930654e99b1144eb7eee590ca32ea62.tar.gz gentoo-2-63f3a5606930654e99b1144eb7eee590ca32ea62.tar.bz2 gentoo-2-63f3a5606930654e99b1144eb7eee590ca32ea62.zip |
Marking gegl-0.0.22 ppc for bug 258344
(Portage version: 2.1.6.11/cvs/Linux ppc64)
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.0.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gegl/ChangeLog b/media-libs/gegl/ChangeLog index 818ad0c53f62..c203676a2f7c 100644 --- a/media-libs/gegl/ChangeLog +++ b/media-libs/gegl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gegl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.23 2009/03/31 14:14:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.24 2009/04/06 14:21:33 ranger Exp $ + + 06 Apr 2009; Brent Baude <ranger@gentoo.org> gegl-0.0.22.ebuild: + Marking gegl-0.0.22 ppc for bug 258344 31 Mar 2009; Raúl Porcel <armin76@gentoo.org> gegl-0.0.22.ebuild: ia64/sparc stable wrt #258344 diff --git a/media-libs/gegl/gegl-0.0.22.ebuild b/media-libs/gegl/gegl-0.0.22.ebuild index 6a41e42f12f0..8c599475c13d 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.9 2009/03/31 14:14:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.10 2009/04/06 14:21:33 ranger 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 ~ppc ~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" |