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 04DEB1397D5 for ; Sun, 16 Aug 2015 14:21:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7C68141F7; Sun, 16 Aug 2015 14:21:03 +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 077A2141FE for ; Sun, 16 Aug 2015 14:21:03 +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 3180E33BF11 for ; Sun, 16 Aug 2015 14:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F73B160 for ; Sun, 16 Aug 2015 14:20:59 +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: <1439734852.6be89dcda553ac3dddd25484a8212f70d9a1ad78.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/texinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/texinfo/metadata.xml sys-apps/texinfo/texinfo-6.0.ebuild X-VCS-Directories: sys-apps/texinfo/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6be89dcda553ac3dddd25484a8212f70d9a1ad78 X-VCS-Branch: master Date: Sun, 16 Aug 2015 14:20:59 +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: 4fc1f15f-4415-4ca7-ae08-b35a937b762f X-Archives-Hash: 5c20d99e9e1f744cc9a78bc166b8a0fb commit: 6be89dcda553ac3dddd25484a8212f70d9a1ad78 Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 16 14:01:27 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Aug 16 14:20:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be89dcd sys-apps/texinfo: Use slot operators for ncurses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sys-apps/texinfo/metadata.xml | 2 +- sys-apps/texinfo/texinfo-6.0.ebuild | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-apps/texinfo/metadata.xml b/sys-apps/texinfo/metadata.xml index 96a2d58..659da0c 100644 --- a/sys-apps/texinfo/metadata.xml +++ b/sys-apps/texinfo/metadata.xml @@ -1,5 +1,5 @@ -base-system + base-system diff --git a/sys-apps/texinfo/texinfo-6.0.ebuild b/sys-apps/texinfo/texinfo-6.0.ebuild index c9ee432..5ad16a8 100644 --- a/sys-apps/texinfo/texinfo-6.0.ebuild +++ b/sys-apps/texinfo/texinfo-6.0.ebuild @@ -15,8 +15,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="nls static" -RDEPEND="!=app-text/tetex-2* - >=sys-libs/ncurses-5.2-r2:= +RDEPEND=" + !=app-text/tetex-2* + >=sys-libs/ncurses-5.2-r2:5= dev-lang/perl dev-perl/libintl-perl dev-perl/Unicode-EastAsianWidth