diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-07-24 10:56:23 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-07-24 10:58:04 +0200 |
commit | 50a60cacf345479f45bba88b324c28231694e7d1 (patch) | |
tree | 035301c791e20b3b9e1664b42fdbc43e30569c26 /sys-apps/file | |
parent | sys-apps/file: Revbump to fix berkdb file magic (diff) | |
download | gentoo-50a60cacf345479f45bba88b324c28231694e7d1.tar.gz gentoo-50a60cacf345479f45bba88b324c28231694e7d1.tar.bz2 gentoo-50a60cacf345479f45bba88b324c28231694e7d1.zip |
sys-apps/file: Synced live ebuild.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index eb7620e857d8..c63c8f1a2892 100644 --- 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 } |