commit: 6a79f9ebf532b5b13b2d0a860da0beb78963c8da Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri May 10 09:55:14 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri May 10 10:01:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a79f9eb
sys-devel/gettext: Fixed installation with USE="doc java" Closes: https://bugs.gentoo.org/685504 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> sys-devel/gettext/gettext-0.20.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-devel/gettext/gettext-0.20.ebuild b/sys-devel/gettext/gettext-0.20.ebuild index cfbde00a170..e4877a91a2a 100644 --- a/sys-devel/gettext/gettext-0.20.ebuild +++ b/sys-devel/gettext/gettext-0.20.ebuild @@ -127,7 +127,6 @@ multilib_src_install_all() { rm "${ED}"/usr/share/${PN}/*.class || die if use doc ; then java-pkg_dojavadoc "${ED}"/usr/share/doc/${PF}/javadoc2 - rm -r"${ED}"/usr/share/doc/${PF}/javadoc2 || die fi fi
