Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 764440
Collapse All | Expand All

(-)a/dev-lang/perl/metadata.xml (+1 lines)
Lines 7-12 Link Here
7
	</maintainer>
7
	</maintainer>
8
	<use>
8
	<use>
9
		<flag name="ithreads">Enable Perl threads, has some compatibility problems</flag>
9
		<flag name="ithreads">Enable Perl threads, has some compatibility problems</flag>
10
		<flag name="streamzip">Install the streamzip utility</flag>
10
	</use>
11
	</use>
11
	<upstream>
12
	<upstream>
12
		<remote-id type="github">arsv/perl-cross</remote-id>
13
		<remote-id type="github">arsv/perl-cross</remote-id>
(-)a/dev-lang/perl/perl-5.32.0-r1.ebuild (-1 / +3 lines)
Lines 58-64 if [[ "${PV##*.}" != "9999" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then Link Here
58
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
58
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
59
fi
59
fi
60
60
61
IUSE="berkdb debug doc gdbm ithreads minimal"
61
IUSE="berkdb debug doc gdbm ithreads minimal streamzip"
62
62
63
RDEPEND="
63
RDEPEND="
64
	berkdb? ( sys-libs/db:= )
64
	berkdb? ( sys-libs/db:= )
Lines 749-754 src_install() { Link Here
749
	rm -f "${ED}/usr/bin/perl${MY_PV}"
749
	rm -f "${ED}/usr/bin/perl${MY_PV}"
750
	ln -s perl "${ED}"/usr/bin/perl${MY_PV} || die
750
	ln -s perl "${ED}"/usr/bin/perl${MY_PV} || die
751
751
752
	use streamzip || rm -f "${ED}"/usr/bin/streamzip "${ED}"/usr/share/man/man1/streamzip.1
753
752
	if ! tc-is-static-only ; then
754
	if ! tc-is-static-only ; then
753
		dolib.so "${ED}"${coredir}/${LIBPERL}
755
		dolib.so "${ED}"${coredir}/${LIBPERL}
754
		rm -f "${ED}"${coredir}/${LIBPERL}
756
		rm -f "${ED}"${coredir}/${LIBPERL}

Return to bug 764440