summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-30 11:12:30 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-30 11:12:30 +0000
commit2a59bb4893b1c623c7146956b310e65152aefecd (patch)
tree1cc28e4b263b497518ebcd530351111bc53676e0 /sys-devel/distcc/distcc-3.0-r4.ebuild
parentadded ~arm (bug 302981) (diff)
downloadgentoo-2-2a59bb4893b1c623c7146956b310e65152aefecd.tar.gz
gentoo-2-2a59bb4893b1c623c7146956b310e65152aefecd.tar.bz2
gentoo-2-2a59bb4893b1c623c7146956b310e65152aefecd.zip
Fix gtk+ slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/distcc/distcc-3.0-r4.ebuild')
-rw-r--r--sys-devel/distcc/distcc-3.0-r4.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-devel/distcc/distcc-3.0-r4.ebuild b/sys-devel/distcc/distcc-3.0-r4.ebuild
index 64061104ee0c..f4ce067ae83e 100644
--- a/sys-devel/distcc/distcc-3.0-r4.ebuild
+++ b/sys-devel/distcc/distcc-3.0-r4.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r4.ebuild,v 1.12 2009/03/13 17:10:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r4.ebuild,v 1.13 2011/03/30 11:12:30 angelos Exp $
+EAPI=1
inherit eutils fdo-mime flag-o-matic multilib toolchain-funcs
DESCRIPTION="a program to distribute compilation of C code across several machines on a network"
@@ -21,11 +22,11 @@ RDEPEND=">=dev-lang/python-2.4
gnome? (
>=gnome-base/libgnome-2
>=gnome-base/libgnomeui-2
- >=x11-libs/gtk+-2
+ x11-libs/gtk+:2
x11-libs/pango
)
gtk? (
- >=x11-libs/gtk+-2
+ x11-libs/gtk+:2
)"
DEPEND="${RDEPEND}
dev-util/pkgconfig"