diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-01-23 21:22:38 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-01-23 21:22:38 +0000 |
commit | b5b59f97549db401b679cbdaa48055ee95e41776 (patch) | |
tree | 1883873dadd6f6eae3ce4d9d22f98b53d33ce8f0 /media-gfx | |
parent | Depend on virtual/pkgconfig like it was initially, repoman seems to always co... (diff) | |
download | gentoo-2-b5b59f97549db401b679cbdaa48055ee95e41776.tar.gz gentoo-2-b5b59f97549db401b679cbdaa48055ee95e41776.tar.bz2 gentoo-2-b5b59f97549db401b679cbdaa48055ee95e41776.zip |
Depend on gtk-mac-integration for USE=aqua, bug #494864, force for ebuild problems in version untouched
(Portage version: 2.2.8-prefix/cvs/Darwin i386, RepoMan options: --force, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-2.8.10-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-gfx/gimp/ChangeLog b/media-gfx/gimp/ChangeLog index e4a59df23710..ad67667179ea 100644 --- a/media-gfx/gimp/ChangeLog +++ b/media-gfx/gimp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gimp -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.420 2013/12/10 09:12:09 polynomial-c Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.421 2014/01/23 21:22:38 grobian Exp $ + + 23 Jan 2014; Fabian Groffen <grobian@gentoo.org> gimp-2.8.10-r1.ebuild: + Depend on gtk-mac-integration for USE=aqua, bug #494864 *gimp-2.8.10-r1 (10 Dec 2013) diff --git a/media-gfx/gimp/gimp-2.8.10-r1.ebuild b/media-gfx/gimp/gimp-2.8.10-r1.ebuild index 33c8d6bec145..bf9e42032cd6 100644 --- a/media-gfx/gimp/gimp-2.8.10-r1.ebuild +++ b/media-gfx/gimp/gimp-2.8.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.10-r1.ebuild,v 1.1 2013/12/10 09:12:09 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.10-r1.ebuild,v 1.2 2014/01/23 21:22:38 grobian Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -39,6 +39,7 @@ RDEPEND=">=dev-libs/glib-2.30.2:2 >=media-libs/gegl-0.2.0 aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) + aqua? ( x11-libs/gtk-mac-integration ) curl? ( net-misc/curl ) dbus? ( dev-libs/dbus-glib ) gnome? ( gnome-base/gvfs ) |