diff options
author | 2012-09-03 22:47:10 +0000 | |
---|---|---|
committer | 2012-09-03 22:47:10 +0000 | |
commit | 46ce1090a8e527407edb98be0dca2d502209cad5 (patch) | |
tree | 00aae55b5e598ac9681988a0111d321e07d786ea /media-gfx | |
parent | Restricting tests, bug 421765 (diff) | |
download | gentoo-2-46ce1090a8e527407edb98be0dca2d502209cad5.tar.gz gentoo-2-46ce1090a8e527407edb98be0dca2d502209cad5.tar.bz2 gentoo-2-46ce1090a8e527407edb98be0dca2d502209cad5.zip |
media-gfx/gimp: Dependencies of live ebuild (bug #395065)
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-gfx/gimp/ChangeLog b/media-gfx/gimp/ChangeLog index 46e6fa495467..625316a94ff4 100644 --- a/media-gfx/gimp/ChangeLog +++ b/media-gfx/gimp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/gimp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.382 2012/09/03 22:26:02 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.383 2012/09/03 22:47:10 sping Exp $ + + 03 Sep 2012; Sebastian Pipping <sping@gentoo.org> gimp-9999.ebuild: + Bump dependencies of live ebuild on GEGL and BABL to actual but out-of-tree + versions (bug #395065) 03 Sep 2012; Sebastian Pipping <sping@gentoo.org> gimp-2.8.2.ebuild: Prevent dead symlink gimp-console.1 (bug #433527) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 33120f318c1d..6f328c887762 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -1,6 +1,6 @@ # 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-9999.ebuild,v 1.46 2012/06/16 16:28:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild,v 1.47 2012/09/03 22:47:10 sping Exp $ EAPI="3" PYTHON_DEPEND="python? 2:2.5" @@ -32,8 +32,8 @@ RDEPEND=">=dev-libs/glib-2.30.2:2 dev-libs/libxml2 dev-libs/libxslt x11-themes/hicolor-icon-theme - >=media-libs/babl-0.1.10 - >=media-libs/gegl-0.2.0 + >=media-libs/babl-0.1.11 + >=media-libs/gegl-0.2.1 aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) curl? ( net-misc/curl ) |