From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6B1F01397D5 for ; Sun, 16 Aug 2015 14:21:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF79E14088; Sun, 16 Aug 2015 14:21:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCBCFE088C for ; Sun, 16 Aug 2015 14:21:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71F68340A69 for ; Sun, 16 Aug 2015 14:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8606156 for ; Sun, 16 Aug 2015 14:20:58 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1439734850.c24d3eba5c6f4ddc1fb03399204b26ec6955646d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/rtorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/rtorrent/rtorrent-0.9.4-r1.ebuild X-VCS-Directories: net-p2p/rtorrent/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c24d3eba5c6f4ddc1fb03399204b26ec6955646d X-VCS-Branch: master Date: Sun, 16 Aug 2015 14:20:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0606b26c-428c-4618-a7e3-2e34fb92413e X-Archives-Hash: 26fcb760aff8a0db92bb47010009d44e commit: c24d3eba5c6f4ddc1fb03399204b26ec6955646d Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 16 13:43:05 2015 +0000 Commit: Justin Lecher gentoo 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 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 )