diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-04-01 23:10:52 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-04-01 23:10:52 +0000 |
commit | 3a9da203864b7786532ccc3abfecd4ec2c59f052 (patch) | |
tree | 0a92ec1f2ecf409dfafefebd1bf48551c3926c68 /media-gfx | |
parent | fixing bug 1446 (diff) | |
download | gentoo-2-3a9da203864b7786532ccc3abfecd4ec2c59f052.tar.gz gentoo-2-3a9da203864b7786532ccc3abfecd4ec2c59f052.tar.bz2 gentoo-2-3a9da203864b7786532ccc3abfecd4ec2c59f052.zip |
fixing bug 1446 (removed the comments to avoid false positives)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp/gimp-1.3.12.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-1.3.13.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/media-gfx/gimp/gimp-1.3.12.ebuild b/media-gfx/gimp/gimp-1.3.12.ebuild index f0184790cf65..0edb5ceda57c 100644 --- a/media-gfx/gimp/gimp-1.3.12.ebuild +++ b/media-gfx/gimp/gimp-1.3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.3.12.ebuild,v 1.4 2003/03/10 12:01:38 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.3.12.ebuild,v 1.5 2003/04/01 23:10:52 spider Exp $ IUSE="doc python aalib" @@ -31,7 +31,6 @@ RDEPEND=">=x11-libs/gtk+-2 python? ( >=dev-lang/python-2.2 >=dev-python/pygtk-1.99.13 ) " -# media-libs/xpm DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 diff --git a/media-gfx/gimp/gimp-1.3.13.ebuild b/media-gfx/gimp/gimp-1.3.13.ebuild index 7dbb26bfa63e..01dce07e1cae 100644 --- a/media-gfx/gimp/gimp-1.3.13.ebuild +++ b/media-gfx/gimp/gimp-1.3.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.3.13.ebuild,v 1.1 2003/03/24 11:48:06 malverian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.3.13.ebuild,v 1.2 2003/04/01 23:10:52 spider Exp $ IUSE="doc python aalib" @@ -33,7 +33,6 @@ RDEPEND=">=x11-libs/gtk+-2 perl? ( dev-lang/perl )" -# media-libs/xpm DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 |