commit: c24d3eba5c6f4ddc1fb03399204b26ec6955646d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 13:43:05 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 14:20:50 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24d3eba
net-p2p/rtorrent: Use slot operators for ncurses
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild
b/net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild
index c47b58d..5659667 100644
--- a/net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild
@@ -18,7 +18,7 @@ IUSE="daemon debug ipv6 selinux test xmlrpc"
COMMON_DEPEND="~net-libs/libtorrent-0.13.${PV##*.}
>=dev-libs/libsigc++-2.2.2:2
>=net-misc/curl-7.19.1
- sys-libs/ncurses
+ sys-libs/ncurses:5=
xmlrpc? ( dev-libs/xmlrpc-c )"
RDEPEND="${COMMON_DEPEND}
daemon? ( app-misc/screen )