diff options
author | 2011-09-10 18:19:28 +0000 | |
---|---|---|
committer | 2011-09-10 18:19:28 +0000 | |
commit | e2bfca72cd7f5cf262c206e99bb1e96ff5799d14 (patch) | |
tree | e9e7c1326a0b19cbc90bc37922c825296751c8af /net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild | |
parent | Marked ~hppa (bug #381749). (diff) | |
download | gentoo-2-e2bfca72cd7f5cf262c206e99bb1e96ff5799d14.tar.gz gentoo-2-e2bfca72cd7f5cf262c206e99bb1e96ff5799d14.tar.bz2 gentoo-2-e2bfca72cd7f5cf262c206e99bb1e96ff5799d14.zip |
Version bump per bug #366623. Bump EAPI, migrate to autotools-utils. Fix libtorrent dep in previous version
(Portage version: 2.2.0_alpha55_p1/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild')
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild b/net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild index 638830d78891..c4e7abd53349 100644 --- a/net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild,v 1.1 2011/08/15 19:44:03 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild,v 1.2 2011/09/10 18:19:28 mgorny Exp $ EAPI=2 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="color daemon debug ipv6 test xmlrpc" -COMMON_DEPEND=">=net-libs/libtorrent-0.12.${PV##*.} +COMMON_DEPEND="~net-libs/libtorrent-0.12.${PV##*.} >=dev-libs/libsigc++-2.2.2:2 >=net-misc/curl-7.19.1 sys-libs/ncurses |