diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-06-05 14:16:38 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-06-05 14:16:38 +0200 |
commit | b0fb8fb03453037b07e7393cf00c73e8210ab658 (patch) | |
tree | 11f4815a2a82facab776eeef33c60d831edd3b5e /sys-apps/texinfo | |
parent | dev-tex/latex2html: remove old (diff) | |
download | gentoo-b0fb8fb03453037b07e7393cf00c73e8210ab658.tar.gz gentoo-b0fb8fb03453037b07e7393cf00c73e8210ab658.tar.bz2 gentoo-b0fb8fb03453037b07e7393cf00c73e8210ab658.zip |
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 <dilfridge@gentoo.org>
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/texinfo-6.6-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/texinfo/texinfo-6.6-r3.ebuild b/sys-apps/texinfo/texinfo-6.6-r3.ebuild index f2545ebfff42..a7c47ef6f93a 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=" |