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-apps/util-linux/
Date: Tue, 07 Nov 2017 10:31:37
Message-Id: 1510050680.1c586ce49eb155d9c0b626203b5268dfaff50716.polynomial-c@gentoo
1 commit: 1c586ce49eb155d9c0b626203b5268dfaff50716
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 7 10:31:20 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 7 10:31:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c586ce4
7
8 sys-apps/util-linux: Really remove all libtool archives.
9
10 Bug: https://bugs.gentoo.org/633570
11 Package-Manager: Portage-2.3.13, Repoman-2.3.4
12
13 sys-apps/util-linux/util-linux-2.30.2.ebuild | 4 ++--
14 sys-apps/util-linux/util-linux-2.31.ebuild | 4 ++--
15 sys-apps/util-linux/util-linux-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sys-apps/util-linux/util-linux-2.30.2.ebuild b/sys-apps/util-linux/util-linux-2.30.2.ebuild
19 index c8d83a120f7..dccc2ec94e4 100644
20 --- a/sys-apps/util-linux/util-linux-2.30.2.ebuild
21 +++ b/sys-apps/util-linux/util-linux-2.30.2.ebuild
22 @@ -5,7 +5,7 @@ EAPI=6
23
24 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25
26 -inherit ltprune toolchain-funcs libtool flag-o-matic bash-completion-r1 \
27 +inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \
28 pam python-single-r1 multilib-minimal systemd
29
30 MY_PV="${PV/_/-}"
31 @@ -181,7 +181,7 @@ multilib_src_install_all() {
32 dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*}
33
34 # e2fsprogs-libs didnt install .la files, and .pc work fine
35 - prune_libtool_files
36 + find "${ED}" -name "*.la" -delete || die
37
38 if use pam; then
39 newpamd "${FILESDIR}/runuser.pamd" runuser
40
41 diff --git a/sys-apps/util-linux/util-linux-2.31.ebuild b/sys-apps/util-linux/util-linux-2.31.ebuild
42 index 81b95f587ee..6c4f284810f 100644
43 --- a/sys-apps/util-linux/util-linux-2.31.ebuild
44 +++ b/sys-apps/util-linux/util-linux-2.31.ebuild
45 @@ -5,7 +5,7 @@ EAPI=6
46
47 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
48
49 -inherit ltprune toolchain-funcs libtool flag-o-matic bash-completion-r1 \
50 +inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \
51 pam python-single-r1 multilib-minimal systemd
52
53 MY_PV="${PV/_/-}"
54 @@ -182,7 +182,7 @@ multilib_src_install_all() {
55 dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*}
56
57 # e2fsprogs-libs didnt install .la files, and .pc work fine
58 - prune_libtool_files
59 + find "${ED}" -name "*.la" -delete || die
60
61 if use pam; then
62 newpamd "${FILESDIR}/runuser.pamd" runuser
63
64 diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
65 index 81b95f587ee..6c4f284810f 100644
66 --- a/sys-apps/util-linux/util-linux-9999.ebuild
67 +++ b/sys-apps/util-linux/util-linux-9999.ebuild
68 @@ -5,7 +5,7 @@ EAPI=6
69
70 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
71
72 -inherit ltprune toolchain-funcs libtool flag-o-matic bash-completion-r1 \
73 +inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \
74 pam python-single-r1 multilib-minimal systemd
75
76 MY_PV="${PV/_/-}"
77 @@ -182,7 +182,7 @@ multilib_src_install_all() {
78 dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*}
79
80 # e2fsprogs-libs didnt install .la files, and .pc work fine
81 - prune_libtool_files
82 + find "${ED}" -name "*.la" -delete || die
83
84 if use pam; then
85 newpamd "${FILESDIR}/runuser.pamd" runuser