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 B3BA51386F3 for ; Wed, 12 Aug 2015 15:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFD3FE085C; Wed, 12 Aug 2015 15:15:34 +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 552D4E085C for ; Wed, 12 Aug 2015 15:15:34 +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 228DA340890 for ; Wed, 12 Aug 2015 15:15:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3547711B for ; Wed, 12 Aug 2015 15:15:31 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1439392519.0d90e4cea11edc15dfb1523a93054f6461909d0c.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pinfo/pinfo-0.6.10-r5.ebuild X-VCS-Directories: app-text/pinfo/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 0d90e4cea11edc15dfb1523a93054f6461909d0c X-VCS-Branch: master Date: Wed, 12 Aug 2015 15:15:31 +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: f8d4beca-7f3e-43f3-a438-a942e28c91f2 X-Archives-Hash: 7658f92626160a384798b9cd64b34652 commit: 0d90e4cea11edc15dfb1523a93054f6461909d0c Author: Mike Frysinger gentoo org> AuthorDate: Wed Aug 12 15:15:19 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Aug 12 15:15:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d90e4ce app-text/pinfo: use subslots w/readline & ncurses app-text/pinfo/pinfo-0.6.10-r5.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-text/pinfo/pinfo-0.6.10-r5.ebuild b/app-text/pinfo/pinfo-0.6.10-r5.ebuild index f16ddb0..1674728 100644 --- a/app-text/pinfo/pinfo-0.6.10-r5.ebuild +++ b/app-text/pinfo/pinfo-0.6.10-r5.ebuild @@ -14,9 +14,8 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="nls readline" -RDEPEND=" - sys-libs/ncurses - sys-libs/readline +RDEPEND="sys-libs/ncurses:= + sys-libs/readline:0= nls? ( virtual/libintl ) "