diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-03 20:40:02 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-03 20:40:02 +0000 |
commit | ab76bbc7d61e123cbd3ae983819dddf8d6bd8fcd (patch) | |
tree | ed39aae72d66c59edd39b2742d7df06e3a2cdc5b /net-p2p/qbittorrent | |
parent | ocamlopt is required here, there is no option to disable it sanely (diff) | |
download | gentoo-2-ab76bbc7d61e123cbd3ae983819dddf8d6bd8fcd.tar.gz gentoo-2-ab76bbc7d61e123cbd3ae983819dddf8d6bd8fcd.tar.bz2 gentoo-2-ab76bbc7d61e123cbd3ae983819dddf8d6bd8fcd.zip |
Move python to RDEPEND, thanks to ishanarora
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-1.0.0_rc11.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 73b69257a782..f05e3ef9a1b9 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.30 2007/12/31 11:34:45 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.31 2008/01/03 20:40:02 armin76 Exp $ + + 03 Jan 2008; Raúl Porcel <armin76@gentoo.org> + qbittorrent-1.0.0_rc11.ebuild: + Move python to RDEPEND, thanks to ishanarora *qbittorrent-1.0.0_rc11 (31 Dec 2007) diff --git a/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11.ebuild b/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11.ebuild index 4e3323c60115..1be8c7f52758 100644 --- a/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11.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-1.0.0_rc11.ebuild,v 1.1 2007/12/31 11:34:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11.ebuild,v 1.2 2008/01/03 20:40:02 armin76 Exp $ inherit eutils qt4 multilib @@ -18,10 +18,12 @@ IUSE="" DEPEND=">=net-libs/rb_libtorrent-0.13_pre1876 $(qt4_min_version 4.2) - >=dev-lang/python-2.3 dev-libs/boost net-misc/curl dev-cpp/commoncpp2" +RDEPEND="${DEPEND} + >=dev-lang/python-2.3" + pkg_setup() { # We need boost built with threads |