diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-28 22:37:44 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-28 22:37:44 +0000 |
commit | b656ff7a37f4900ebfd7a676a8ad55cd3035e764 (patch) | |
tree | 133a990316e2b2c1ee0586536baaa02afbd7921b /sys-devel | |
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')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.1-r5.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index 5c2dcd86bcaa..a9db4aebd0e7 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/distcc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.208 2011/02/06 11:32:25 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.209 2011/03/28 22:37:44 eva Exp $ + + 28 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> distcc-3.1-r5.ebuild: + Pin gtk+ to slot 2. 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> distcc-2.18.3-r10.ebuild: Drop to ~mips 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" |