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 99B4E138334 for ; Fri, 10 May 2019 10:01:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DD2DE0855; Fri, 10 May 2019 10:01:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5568AE0878 for ; Fri, 10 May 2019 10:01:26 +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 29C78343F12 for ; Fri, 10 May 2019 10:01:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19F97452 for ; Fri, 10 May 2019 10:01:23 +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: <1557482473.6a79f9ebf532b5b13b2d0a860da0beb78963c8da.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gettext/gettext-0.20.ebuild X-VCS-Directories: sys-devel/gettext/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6a79f9ebf532b5b13b2d0a860da0beb78963c8da X-VCS-Branch: master Date: Fri, 10 May 2019 10:01:23 +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: 33f6595f-9ad4-4ace-8cf7-15f595819f1d X-Archives-Hash: 25bdff809cd72872ab51a051e49fa427 commit: 6a79f9ebf532b5b13b2d0a860da0beb78963c8da Author: Lars Wendler gentoo org> AuthorDate: Fri May 10 09:55:14 2019 +0000 Commit: Lars Wendler gentoo 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 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