diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-07-07 00:20:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-07-07 00:20:26 +0000 |
commit | a8970402008d3f7fe91fedbf5a7287df012fda1a (patch) | |
tree | 35cd270e012f2ce27c046f5ab283598b2483f2a0 /media-libs/gegl | |
parent | - Version bump. (diff) | |
download | gentoo-2-a8970402008d3f7fe91fedbf5a7287df012fda1a.tar.gz gentoo-2-a8970402008d3f7fe91fedbf5a7287df012fda1a.tar.bz2 gentoo-2-a8970402008d3f7fe91fedbf5a7287df012fda1a.zip |
Stable for HPPA (bug #258344).
(Portage version: 2.2_rc33/cvs/Linux i686)
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 f7e11c19b018..ef8f27368468 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.25 2009/05/26 23:42:35 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.26 2009/07/07 00:20:26 jer Exp $ + + 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> gegl-0.0.22.ebuild: + Stable for HPPA (bug #258344). 26 May 2009; Hanno Boeck <hanno@gentoo.org> gegl-0.0.22.ebuild, +files/replace-imgconvert-by-swsscale.patch: diff --git a/media-libs/gegl/gegl-0.0.22.ebuild b/media-libs/gegl/gegl-0.0.22.ebuild index 881e0b7f6d66..bf647a97feb6 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.11 2009/05/26 23:42:35 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.12 2009/07/07 00:20:26 jer 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" |