diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-23 16:47:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-23 16:47:09 +0000 |
commit | bb7b9eb7a73bcd90991ff211fe1144cd4eebcef2 (patch) | |
tree | 04a888a7214e18e04e7610cd68221162a40fdfce /net-p2p | |
parent | Fix slot-deps on gnome libs. (diff) | |
download | gentoo-2-bb7b9eb7a73bcd90991ff211fe1144cd4eebcef2.tar.gz gentoo-2-bb7b9eb7a73bcd90991ff211fe1144cd4eebcef2.tar.bz2 gentoo-2-bb7b9eb7a73bcd90991ff211fe1144cd4eebcef2.zip |
use slot dep for gtk in old version too
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild b/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild index 76919a42b240..6991302635ca 100644 --- a/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild @@ -1,6 +1,8 @@ -# 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/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild,v 1.3 2010/11/15 16:12:35 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild,v 1.4 2011/03/23 16:47:09 ssuominen Exp $ + +EAPI=1 PYTHON_DEPEND="2" @@ -20,7 +22,7 @@ KEYWORDS="alpha amd64 arm hppa ppc ppc64 s390 sh sparc x86" IUSE="gtk" RDEPEND="gtk? ( - >=x11-libs/gtk+-2.6 + >=x11-libs/gtk+-2.6:2 >=dev-python/pygtk-2.6 ) >=dev-python/pycrypto-2.0" |