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 31632138262 for ; Fri, 20 May 2016 08:17:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06462E087C; Fri, 20 May 2016 08:17:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A351FE087C for ; Fri, 20 May 2016 08:17:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75CC4340924 for ; Fri, 20 May 2016 08:17:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53AFE332 for ; Fri, 20 May 2016 08:17:01 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1463732217.50d9f4cc59820f47472c13ada478e7736d970d45.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/texinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/texinfo/texinfo-6.0.ebuild sys-apps/texinfo/texinfo-6.1.ebuild X-VCS-Directories: sys-apps/texinfo/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 50d9f4cc59820f47472c13ada478e7736d970d45 X-VCS-Branch: master Date: Fri, 20 May 2016 08:17:01 +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: e36ec0e8-d19b-4368-9776-cdcd5d288a46 X-Archives-Hash: e6a2ffc437b2d4beb0352811bf7147c3 commit: 50d9f4cc59820f47472c13ada478e7736d970d45 Author: Lars Wendler gentoo org> AuthorDate: Fri May 20 08:16:44 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri May 20 08:16:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d9f4cc sys-apps/texinfo: Added perl subslot dependency. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler gentoo.org> sys-apps/texinfo/texinfo-6.0.ebuild | 2 +- sys-apps/texinfo/texinfo-6.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/texinfo/texinfo-6.0.ebuild b/sys-apps/texinfo/texinfo-6.0.ebuild index d3fa361..2e2ddf0 100644 --- a/sys-apps/texinfo/texinfo-6.0.ebuild +++ b/sys-apps/texinfo/texinfo-6.0.ebuild @@ -22,7 +22,7 @@ IUSE="nls static" RDEPEND=" !=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2:0= - dev-lang/perl + dev-lang/perl:= dev-perl/libintl-perl dev-perl/Unicode-EastAsianWidth dev-perl/Text-Unidecode diff --git a/sys-apps/texinfo/texinfo-6.1.ebuild b/sys-apps/texinfo/texinfo-6.1.ebuild index 17ee03b..7cba6a7 100644 --- a/sys-apps/texinfo/texinfo-6.1.ebuild +++ b/sys-apps/texinfo/texinfo-6.1.ebuild @@ -22,7 +22,7 @@ IUSE="nls static" RDEPEND=" !=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2:0= - dev-lang/perl + dev-lang/perl:= dev-perl/libintl-perl dev-perl/Unicode-EastAsianWidth dev-perl/Text-Unidecode