diff options
Diffstat (limited to 'media-gfx/gimp/gimp-9999.ebuild')
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index f4db68737cff..f755caa53a5a 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.12 2007/05/06 16:50:48 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild,v 1.13 2007/05/09 04:44:12 hanno Exp $ inherit subversion fdo-mime flag-o-matic multilib python @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="2" KEYWORDS="" -IUSE="alsa aalib altivec curl debug doc gtkhtml gnome jpeg lcms mmx mng pdf png python smp sse svg tiff wmf" +IUSE="alsa aalib altivec curl dbus debug doc gtkhtml gnome jpeg lcms mmx mng pdf png python smp sse svg tiff wmf" RDEPEND=">=dev-libs/glib-2.12.3 >=x11-libs/gtk+-2.10.6 @@ -29,6 +29,8 @@ RDEPEND=">=dev-libs/glib-2.12.3 aalib? ( media-libs/aalib ) alsa? ( >=media-libs/alsa-lib-1.0.0 ) curl? ( net-misc/curl ) + dbus? ( dev-libs/dbus-glib + sys-apps/hal ) doc? ( app-doc/gimp-help ) gnome? ( >=gnome-base/gnome-vfs-2.10.0 >=gnome-base/libgnomeui-2.10.0 @@ -79,6 +81,7 @@ src_compile() { $(use_with curl) \ $(use_enable debug) \ $(use_enable doc gtk-doc) \ + $(use_with dbus) \ $(use_with gnome) \ $(use_with gtkhtml gtkhtml2) \ $(use_with jpeg libjpeg) \ |