diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-07-08 15:31:55 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-07-08 15:31:55 +0000 |
commit | 638a20be47d23cf926e51b88eddae4f8ff0c97d1 (patch) | |
tree | d7821233e2bc5d76b4ae0617288fbf06a72d8ddc /media-gfx | |
parent | Cleanup build and install palo into /sbin. (diff) | |
download | gentoo-2-638a20be47d23cf926e51b88eddae4f8ff0c97d1.tar.gz gentoo-2-638a20be47d23cf926e51b88eddae4f8ff0c97d1.tar.bz2 gentoo-2-638a20be47d23cf926e51b88eddae4f8ff0c97d1.zip |
Added ~alpha keyword wrt security Bug #139524.
(Portage version: 2.1-r1)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-2.2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/gimp/ChangeLog b/media-gfx/gimp/ChangeLog index d3d8d48b9665..70cab945305c 100644 --- a/media-gfx/gimp/ChangeLog +++ b/media-gfx/gimp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gimp # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.165 2006/07/08 02:33:06 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.166 2006/07/08 15:31:55 tcort Exp $ + + 08 Jul 2006; Thomas Cort <tcort@gentoo.org> gimp-2.2.12.ebuild: + Added ~alpha keyword wrt security Bug #139524. 08 Jul 2006; Thomas Cort <tcort@gentoo.org> gimp-2.2.12.ebuild: Stable on amd64 wrt security Bug #139524. diff --git a/media-gfx/gimp/gimp-2.2.12.ebuild b/media-gfx/gimp/gimp-2.2.12.ebuild index bcd4e9c7ebdc..450b748ea3dc 100644 --- a/media-gfx/gimp/gimp-2.2.12.ebuild +++ b/media-gfx/gimp/gimp-2.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.2.12.ebuild,v 1.4 2006/07/08 02:33:06 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.2.12.ebuild,v 1.5 2006/07/08 15:31:55 tcort Exp $ inherit flag-o-matic libtool eutils fdo-mime alternatives @@ -11,7 +11,7 @@ SRC_URI="mirror://gimp/v2.2/${P}.tar.bz2" LICENSE="GPL-2" SLOT="2" -KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc ~x86" IUSE="aalib altivec debug doc gtkhtml gimpprint hardened jpeg lcms mmx mng png python smp sse svg tiff wmf" |