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 66D82139BC8 for ; Fri, 18 Sep 2015 22:24:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5645B21C021; Fri, 18 Sep 2015 22:24:12 +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 DE0A121C021 for ; Fri, 18 Sep 2015 22:24:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6C0F340D04 for ; Fri, 18 Sep 2015 22:24:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FF38202 for ; Fri, 18 Sep 2015 22:24:09 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1442614997.4cd1d0c8dc15eda10675434b902f0876a3bfd964.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild X-VCS-Directories: net-misc/telnet-bsd/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 4cd1d0c8dc15eda10675434b902f0876a3bfd964 X-VCS-Branch: master Date: Fri, 18 Sep 2015 22:24:09 +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: 8b35c2d8-5529-4f4d-a592-199bb662607b X-Archives-Hash: 9e3cdc88ec1cf2128885f842448d33a5 commit: 4cd1d0c8dc15eda10675434b902f0876a3bfd964 Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Sep 18 22:23:17 2015 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Sep 18 22:23:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd1d0c8 net-misc/telnet-bsd: add slot operator to sys-libs/ncurses RDEPEND Package-Manager: portage-2.2.20.1 net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild index 2835c72..7d8e306 100644 --- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild +++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="nls xinetd" -RDEPEND="sys-libs/ncurses" +RDEPEND="sys-libs/ncurses:=" DEPEND="${RDEPEND} !net-misc/netkit-telnetd xinetd? ( sys-apps/xinetd )