diff options
author | 2011-03-28 22:37:44 +0000 | |
---|---|---|
committer | 2011-03-28 22:37:44 +0000 | |
commit | b656ff7a37f4900ebfd7a676a8ad55cd3035e764 (patch) | |
tree | 133a990316e2b2c1ee0586536baaa02afbd7921b /sys-devel/distcc/distcc-3.1-r5.ebuild | |
parent | Fix the ncurses dep as the stable versions don't have the static-libs use flag. (diff) | |
download | gentoo-2-b656ff7a37f4900ebfd7a676a8ad55cd3035e764.tar.gz gentoo-2-b656ff7a37f4900ebfd7a676a8ad55cd3035e764.tar.bz2 gentoo-2-b656ff7a37f4900ebfd7a676a8ad55cd3035e764.zip |
Pin gtk+ to slot 2.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/distcc/distcc-3.1-r5.ebuild')
-rw-r--r-- | sys-devel/distcc/distcc-3.1-r5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/distcc/distcc-3.1-r5.ebuild b/sys-devel/distcc/distcc-3.1-r5.ebuild index 54eee2e2cec2..0c3a0657b7de 100644 --- a/sys-devel/distcc/distcc-3.1-r5.ebuild +++ b/sys-devel/distcc/distcc-3.1-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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.1-r5.ebuild,v 1.1 2010/12/22 21:16:55 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r5.ebuild,v 1.2 2011/03/28 22:37:44 eva Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -23,11 +23,11 @@ RDEPEND="dev-libs/popt 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" |