diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-02-21 07:00:51 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-02-21 07:00:51 +0000 |
commit | caf31a45be81f31c3dfcdd83ee7b0612015f756b (patch) | |
tree | 8cf31ef053b7f6262e7cf43d0abc2cbbbdc979f0 | |
parent | Transfer prefix keywords (no other changes) (diff) | |
download | gentoo-2-caf31a45be81f31c3dfcdd83ee7b0612015f756b.tar.gz gentoo-2-caf31a45be81f31c3dfcdd83ee7b0612015f756b.tar.bz2 gentoo-2-caf31a45be81f31c3dfcdd83ee7b0612015f756b.zip |
Transfer prefix keywords (no other changes)
(Portage version: -svn/cvs/Linux i686)
-rw-r--r-- | media-libs/gegl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gegl/ChangeLog b/media-libs/gegl/ChangeLog index c80b556bcab1..2d66d8f2a0d2 100644 --- a/media-libs/gegl/ChangeLog +++ b/media-libs/gegl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gegl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.31 2010/02/20 18:11:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.32 2010/02/21 07:00:51 abcd Exp $ + + 21 Feb 2010; Jonathan Callen <abcd@gentoo.org> gegl-0.1.2.ebuild: + Transfer prefix keywords (no other changes) 20 Feb 2010; Patrick Lauer <patrick@gentoo.org> gegl-0.1.2.ebuild: Dep fix for #305925 diff --git a/media-libs/gegl/gegl-0.1.2.ebuild b/media-libs/gegl/gegl-0.1.2.ebuild index 93441ab85f33..ecac2e877f4f 100644 --- a/media-libs/gegl/gegl-0.1.2.ebuild +++ b/media-libs/gegl/gegl-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.2 2010/02/20 18:11:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.3 2010/02/21 07:00:51 abcd Exp $ EAPI="2" @@ -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" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l" |