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/file/
Date: Tue, 24 Jul 2018 08:58:15
Message-Id: 1532422684.50a60cacf345479f45bba88b324c28231694e7d1.polynomial-c@gentoo
1 commit: 50a60cacf345479f45bba88b324c28231694e7d1
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 08:56:23 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 08:58:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a60cac
7
8 sys-apps/file: Synced live ebuild.
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 sys-apps/file/file-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
16 index eb7620e857d..c63c8f1a289 100644
17 --- a/sys-apps/file/file-9999.ebuild
18 +++ b/sys-apps/file/file-9999.ebuild
19 @@ -6,7 +6,7 @@ EAPI=6
20 PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
21 DISTUTILS_OPTIONAL=1
22
23 -inherit distutils-r1 libtool ltprune toolchain-funcs multilib-minimal
24 +inherit distutils-r1 libtool toolchain-funcs multilib-minimal
25
26 if [[ ${PV} == "9999" ]] ; then
27 EGIT_REPO_URI="https://github.com/glensc/file.git"
28 @@ -122,5 +122,5 @@ multilib_src_install_all() {
29 cd python || die
30 distutils-r1_src_install
31 fi
32 - prune_libtool_files
33 + find "${ED}" -name "*.la" -delete || die
34 }