diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-04 13:54:53 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-04 13:54:53 +0000 |
commit | b935ab2b4b018b3de0181d2a9dc582cf2aad0d75 (patch) | |
tree | 87f92fc052fe98fe06386c4a2728960f073e3275 | |
parent | Version bump (diff) | |
download | gentoo-2-b935ab2b4b018b3de0181d2a9dc582cf2aad0d75.tar.gz gentoo-2-b935ab2b4b018b3de0181d2a9dc582cf2aad0d75.tar.bz2 gentoo-2-b935ab2b4b018b3de0181d2a9dc582cf2aad0d75.zip |
Fix DEPEND on rb_libtorrent
(Portage version: 2.1.3.19)
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index d17b290735e8..88b3c951d748 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.32 2008/01/09 19:53:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.33 2008/02/04 13:54:53 armin76 Exp $ + + 04 Feb 2008; Raúl Porcel <armin76@gentoo.org> qbittorrent-0.9.3.ebuild: + Fix DEPEND on rb_libtorrent *qbittorrent-1.0.0_rc11-r1 (09 Jan 2008) diff --git a/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild b/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild index bb961d3b5e96..8f7fda37b556 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 +# Copyright 1999-2008 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.4 2007/07/19 12:44:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild,v 1.5 2008/02/04 13:54:53 armin76 Exp $ inherit eutils qt4 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="=net-libs/rb_libtorrent-0.12 +DEPEND="=net-libs/rb_libtorrent-0.12* $(qt4_min_version 4.2) >=dev-lang/python-2.3 dev-libs/boost |