From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F194A138334 for ; Wed, 5 Jun 2019 12:19:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFBC3E084A; Wed, 5 Jun 2019 12:19:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1AA7E084A for ; Wed, 5 Jun 2019 12:19:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82349345757 for ; Wed, 5 Jun 2019 12:19:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FF755FE for ; Wed, 5 Jun 2019 12:18:58 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1559736998.b0fb8fb03453037b07e7393cf00c73e8210ab658.dilfridge@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.6-r3.ebuild X-VCS-Directories: sys-apps/texinfo/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: b0fb8fb03453037b07e7393cf00c73e8210ab658 X-VCS-Branch: master Date: Wed, 5 Jun 2019 12:18: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9b7f89c0-505a-4dab-92ad-ad58c68a32e1 X-Archives-Hash: bf0568d755a32ee31d972700f17f4096 commit: b0fb8fb03453037b07e7393cf00c73e8210ab658 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Jun 5 12:16:38 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Jun 5 12:16:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0fb8fb0 sys-apps/texinfo: Re-add keywords to -r3 with standalone useflag This should now be a complete workaround for bug 638914, at least as far as texinfo is concerned: with default USE=+standalone, * texinfo does not install anything linking to libperl anymore * texinfo installs only pure-perl modules, and only in its own library path * the modules do not depend on anything from the regular perl installation except the perl interpreter itself Bug: https://bugs.gentoo.org/638914 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas K. Hüttel gentoo.org> sys-apps/texinfo/texinfo-6.6-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/texinfo/texinfo-6.6-r3.ebuild b/sys-apps/texinfo/texinfo-6.6-r3.ebuild index f2545ebfff4..a7c47ef6f93 100644 --- a/sys-apps/texinfo/texinfo-6.6-r3.ebuild +++ b/sys-apps/texinfo/texinfo-6.6-r3.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="nls +standalone static" RDEPEND="