Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/
Date: Thu, 09 May 2019 18:19:24
Message-Id: 1557425950.8fb65afa733a09f02eb8be241b8074ed2193aa11.polynomial-c@gentoo
1 commit: 8fb65afa733a09f02eb8be241b8074ed2193aa11
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 9 18:18:49 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu May 9 18:19:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb65afa
7
8 sys-devel/gettext: Removed some superfluous rm calls.
9
10 Circumvent parallel install bug by calling emake with "-j1".
11
12 Closes: https://bugs.gentoo.org/685462
13 Package-Manager: Portage-2.3.66, Repoman-2.3.12
14 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
15
16 sys-devel/gettext/gettext-0.20.ebuild | 11 ++---------
17 1 file changed, 2 insertions(+), 9 deletions(-)
18
19 diff --git a/sys-devel/gettext/gettext-0.20.ebuild b/sys-devel/gettext/gettext-0.20.ebuild
20 index ed1c8764f3e..cfbde00a170 100644
21 --- a/sys-devel/gettext/gettext-0.20.ebuild
22 +++ b/sys-devel/gettext/gettext-0.20.ebuild
23 @@ -110,7 +110,7 @@ multilib_src_configure() {
24 }
25
26 multilib_src_install() {
27 - default
28 + emake -j1 DESTDIR="${D}" install
29
30 if multilib_is_native_abi ; then
31 dosym msgfmt /usr/bin/gmsgfmt #43435
32 @@ -119,14 +119,7 @@ multilib_src_install() {
33 }
34
35 multilib_src_install_all() {
36 - if ! use nls ; then
37 - rm -r "${ED}"/usr/share/locale || die
38 - fi
39 - if ! use static-libs ; then
40 - find "${ED}" -type f -name "*.la" -delete || die
41 - fi
42 -
43 - rm -f "${ED}"/usr/share/locale/locale.alias "${ED}"/usr/lib/charset.alias
44 + find "${ED}" -type f -name "*.la" -delete || die
45
46 if use java ; then
47 java-pkg_dojar "${ED}"/usr/share/${PN}/*.jar