diff options
author | Sebastian Pipping <sping@gentoo.org> | 2012-04-12 04:40:01 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2012-04-12 04:40:01 +0000 |
commit | 1fd17cb638c40c12af5eabd39bb275e40f32c342 (patch) | |
tree | 951c4176b0c07cb33bd46a0d9e5f0b3040aae8d6 /media-gfx/gimp/gimp-2.7.3.ebuild | |
parent | Version bump for gtk+-3.4. (diff) | |
download | gentoo-2-1fd17cb638c40c12af5eabd39bb275e40f32c342.tar.gz gentoo-2-1fd17cb638c40c12af5eabd39bb275e40f32c342.tar.bz2 gentoo-2-1fd17cb638c40c12af5eabd39bb275e40f32c342.zip |
media-gfx/gimp: deny gegl 0.2 for Gimp <2.8_rc1 (bug #411673)
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/gimp/gimp-2.7.3.ebuild')
-rw-r--r-- | media-gfx/gimp/gimp-2.7.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/gimp/gimp-2.7.3.ebuild b/media-gfx/gimp/gimp-2.7.3.ebuild index a80cacfb9f30..f9e9d51ecbe1 100644 --- a/media-gfx/gimp/gimp-2.7.3.ebuild +++ b/media-gfx/gimp/gimp-2.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.7.3.ebuild,v 1.3 2011/11/16 10:45:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.7.3.ebuild,v 1.4 2012/04/12 04:40:01 sping Exp $ EAPI="3" PYTHON_DEPEND="python? 2:2.5" @@ -31,7 +31,7 @@ RDEPEND=">=dev-libs/glib-2.28.1:2 x11-misc/xdg-utils x11-themes/hicolor-icon-theme >=media-libs/babl-0.1.4 - >=media-libs/gegl-0.1.6 + >=media-libs/gegl-0.1.6 <media-libs/gegl-0.2 aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) curl? ( net-misc/curl ) |