diff options
author | Olivier Crête <tester@gentoo.org> | 2011-04-05 14:10:11 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2011-04-05 14:10:11 +0000 |
commit | 65f2cb25cd2f263dbbe08508957c587a23577f3a (patch) | |
tree | d533ccea4ef4e8ddced2a8b2b8a2122cef40e13a /media-libs/gegl | |
parent | Version bump (diff) | |
download | historical-65f2cb25cd2f263dbbe08508957c587a23577f3a.tar.gz historical-65f2cb25cd2f263dbbe08508957c587a23577f3a.tar.bz2 historical-65f2cb25cd2f263dbbe08508957c587a23577f3a.zip |
Stable on amd64, bug #360595
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gegl/ChangeLog b/media-libs/gegl/ChangeLog index 36e1030c5bfd..ab98a1237acb 100644 --- a/media-libs/gegl/ChangeLog +++ b/media-libs/gegl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gegl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.46 2011/04/04 19:51:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.47 2011/04/05 14:06:13 tester Exp $ + + 05 Apr 2011; Olivier Crête <tester@gentoo.org> gegl-0.1.6.ebuild: + Stable on amd64, bug #360595 04 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> gegl-0.1.6.ebuild: Punt one too much ED. diff --git a/media-libs/gegl/gegl-0.1.6.ebuild b/media-libs/gegl/gegl-0.1.6.ebuild index b65e5bfb9f2c..6f167e083858 100644 --- a/media-libs/gegl/gegl-0.1.6.ebuild +++ b/media-libs/gegl/gegl-0.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.10 2011/04/04 19:51:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.11 2011/04/05 14:06:13 tester Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="cairo debug exif ffmpeg graphviz jpeg jpeg2k lua mmx openexr png raw sdl sse svg umfpack v4l" |