summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-16 15:43:05 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-16 16:20:50 +0200
commitc24d3eba5c6f4ddc1fb03399204b26ec6955646d (patch)
tree49b3187d2cc2c1b2f2ae81f34747c4e34e8fc9db
parentmedia-sound/lame: Add missing dep on ncurses (diff)
downloadgentoo-c24d3eba5c6f4ddc1fb03399204b26ec6955646d.tar.gz
gentoo-c24d3eba5c6f4ddc1fb03399204b26ec6955646d.tar.bz2
gentoo-c24d3eba5c6f4ddc1fb03399204b26ec6955646d.zip
net-p2p/rtorrent: Use slot operators for ncurses
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild b/net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild
index c47b58d297ea..5659667a7105 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 )