diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-03-31 14:14:40 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-03-31 14:14:40 +0000 |
commit | cc63db6cbc322ba4f80e0c459aa240ff9775a0ac (patch) | |
tree | f203e0a565e6cf2c3224b9dad0653be902425ce4 /media-libs/gegl | |
parent | Add the xkeyboard-config license. #263535 (diff) | |
download | gentoo-2-cc63db6cbc322ba4f80e0c459aa240ff9775a0ac.tar.gz gentoo-2-cc63db6cbc322ba4f80e0c459aa240ff9775a0ac.tar.bz2 gentoo-2-cc63db6cbc322ba4f80e0c459aa240ff9775a0ac.zip |
ia64/sparc stable wrt #258344
(Portage version: 2.1.6.7/cvs/Linux ia64)
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 044306b7107a..818ad0c53f62 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.22 2009/03/22 15:17:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.23 2009/03/31 14:14:40 armin76 Exp $ + + 31 Mar 2009; Raúl Porcel <armin76@gentoo.org> gegl-0.0.22.ebuild: + ia64/sparc stable wrt #258344 22 Mar 2009; Tobias Klausmann <klausman@gentoo.org> gegl-0.0.22.ebuild: Stable on alpha, bug #258344 diff --git a/media-libs/gegl/gegl-0.0.22.ebuild b/media-libs/gegl/gegl-0.0.22.ebuild index c6c8a60ce44b..6a41e42f12f0 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.8 2009/03/22 15:17:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.9 2009/03/31 14:14:40 armin76 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" |