diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-11-02 15:50:53 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-11-02 15:50:53 +0000 |
commit | 1c1df207f73a36c9a7129abe12b8a8b359bcbc36 (patch) | |
tree | cdc28bb45254921b5a4ca7319a0b431d9f70a7fc /net-p2p/qbittorrent | |
parent | Version bump. (diff) | |
download | gentoo-2-1c1df207f73a36c9a7129abe12b8a8b359bcbc36.tar.gz gentoo-2-1c1df207f73a36c9a7129abe12b8a8b359bcbc36.tar.bz2 gentoo-2-1c1df207f73a36c9a7129abe12b8a8b359bcbc36.zip |
Fix DEPEND
(Portage version: 2.1.3.16)
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-1.0.0_rc6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 221772940d5c..cdcd4a2f7ac8 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,10 @@ # 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.22 2007/10/22 14:39:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.23 2007/11/02 15:50:53 armin76 Exp $ + + 02 Nov 2007; Raúl Porcel <armin76@gentoo.org> + qbittorrent-1.0.0_rc6.ebuild: + Fix DEPEND *qbittorrent-1.0.0_rc6 (22 Oct 2007) diff --git a/net-p2p/qbittorrent/qbittorrent-1.0.0_rc6.ebuild b/net-p2p/qbittorrent/qbittorrent-1.0.0_rc6.ebuild index cb414e67aebc..cc23f8648651 100644 --- a/net-p2p/qbittorrent/qbittorrent-1.0.0_rc6.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-1.0.0_rc6.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-1.0.0_rc6.ebuild,v 1.1 2007/10/22 14:39:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc6.ebuild,v 1.2 2007/11/02 15:50:53 armin76 Exp $ inherit eutils qt4 multilib @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=net-libs/rb_libtorrent-0.13_pre1683 +DEPEND=">=net-libs/rb_libtorrent-0.13_pre1719 $(qt4_min_version 4.2) >=dev-lang/python-2.3 dev-libs/boost |