diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2006-06-18 18:16:33 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2006-06-18 18:16:33 +0000 |
commit | 17294669b1ab9d290f6a13ec0d2571a962b0cc7b (patch) | |
tree | cae3e6e0c63daabc749530161bd4cc5493cd9ab0 /media-gfx/gimp/gimp-2.2.10.ebuild | |
parent | fix changelog, thanks ian (diff) | |
download | gentoo-2-17294669b1ab9d290f6a13ec0d2571a962b0cc7b.tar.gz gentoo-2-17294669b1ab9d290f6a13ec0d2571a962b0cc7b.tar.bz2 gentoo-2-17294669b1ab9d290f6a13ec0d2571a962b0cc7b.zip |
Only block app-doc/gimp-help with USE=doc.
(Portage version: 2.1)
Diffstat (limited to 'media-gfx/gimp/gimp-2.2.10.ebuild')
-rw-r--r-- | media-gfx/gimp/gimp-2.2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gimp/gimp-2.2.10.ebuild b/media-gfx/gimp/gimp-2.2.10.ebuild index d123ef68809a..c5750b2b8bd2 100644 --- a/media-gfx/gimp/gimp-2.2.10.ebuild +++ b/media-gfx/gimp/gimp-2.2.10.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.10.ebuild,v 1.5 2006/06/18 17:53:51 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.2.10.ebuild,v 1.6 2006/06/18 18:16:33 brix Exp $ inherit flag-o-matic libtool eutils fdo-mime alternatives @@ -45,7 +45,7 @@ RDEPEND=">=dev-libs/glib-2.4.5 python? ( >=dev-lang/python-2.2 >=dev-python/pygtk-2 ) lcms? ( media-libs/lcms ) - !app-doc/gimp-help" + doc? ( !app-doc/gimp-help )" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 |