diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-07-19 12:44:26 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-07-19 12:44:26 +0000 |
commit | ad21e82426b73ffdd8fbb9dd6d70436a8ee9c8df (patch) | |
tree | d7d76479f0357a5942c00704364eaba6926adb85 /net-p2p | |
parent | true isn't always in /bin (diff) | |
download | gentoo-2-ad21e82426b73ffdd8fbb9dd6d70436a8ee9c8df.tar.gz gentoo-2-ad21e82426b73ffdd8fbb9dd6d70436a8ee9c8df.tar.bz2 gentoo-2-ad21e82426b73ffdd8fbb9dd6d70436a8ee9c8df.zip |
Fix 0.9.3 dep on rb_libtorrent
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index d90c8108fd89..20393bff606c 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.10 2007/07/19 09:00:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.11 2007/07/19 12:44:26 armin76 Exp $ + + 19 Jul 2007; Raúl Porcel <armin76@gentoo.org> qbittorrent-0.9.3.ebuild: + Fix 0.9.3 dep on rb_libtorrent *qbittorrent-1.0.0_beta1 (19 Jul 2007) diff --git a/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild b/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild index 4324ba31ca72..bb961d3b5e96 100644 --- a/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-0.9.3.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/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild,v 1.3 2007/06/08 10:21:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild,v 1.4 2007/07/19 12:44:26 armin76 Exp $ inherit eutils qt4 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND=">=net-libs/rb_libtorrent-0.12_rc2 +DEPEND="=net-libs/rb_libtorrent-0.12 $(qt4_min_version 4.2) >=dev-lang/python-2.3 dev-libs/boost |