Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Mon, 26 Oct 2020 16:56:32
Message-Id: 1603731378.0a0468dcb4c665584084a5117c09ca0429ed5cb3.whissi@gentoo
1 commit: 0a0468dcb4c665584084a5117c09ca0429ed5cb3
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 16:55:59 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 16:56:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0468dc
7
8 sys-apps/util-linux: remove handling of getopt-parse* files
9
10 Closes: https://bugs.gentoo.org/747289
11 Closes: https://github.com/gentoo/gentoo/pull/17846
12 Package-Manager: Portage-3.0.8, Repoman-3.0.2
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 sys-apps/util-linux/util-linux-9999.ebuild | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
19 index 345734beabb..446bd86309a 100644
20 --- a/sys-apps/util-linux/util-linux-9999.ebuild
21 +++ b/sys-apps/util-linux/util-linux-9999.ebuild
22 @@ -277,7 +277,6 @@ multilib_src_install() {
23
24 multilib_src_install_all() {
25 dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*}
26 - chmod -x "${ED}"/usr/share/doc/util-linux-${PVR}/getopt/getopt-parse* || die
27
28 # e2fsprogs-libs didnt install .la files, and .pc work fine
29 find "${ED}" -name "*.la" -delete || die