projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d0b89f
)
sys-apps/file: Synced live ebuild.
author
Lars Wendler
<polynomial-c@gentoo.org>
Tue, 24 Jul 2018 08:56:23 +0000
(10:56 +0200)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Tue, 24 Jul 2018 08:58:04 +0000
(10:58 +0200)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
sys-apps/file/file-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/file/file-9999.ebuild
b/sys-apps/file/file-9999.ebuild
index eb7620e857d845d85414ca55fde7c025f94e738b..c63c8f1a289212e95e76c71be9c18748d5212b8e 100644
(file)
--- a/
sys-apps/file/file-9999.ebuild
+++ b/
sys-apps/file/file-9999.ebuild
@@
-6,7
+6,7
@@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
DISTUTILS_OPTIONAL=1
-inherit distutils-r1 libtool
ltprune
toolchain-funcs multilib-minimal
+inherit distutils-r1 libtool toolchain-funcs multilib-minimal
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/glensc/file.git"
@@
-122,5
+122,5
@@
multilib_src_install_all() {
cd python || die
distutils-r1_src_install
fi
- prune_libtool_files
+ find "${ED}" -name "*.la" -delete || die
}