projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c153424
)
sys-apps/file: Bumped live ebuild to EAPI-7
author
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 20 May 2019 09:18:07 +0000
(11:18 +0200)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 20 May 2019 09:24:22 +0000
(11:24 +0200)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
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 e112905e69848827c69f0ca17110490e3a2d9d6c..2244b217ecdae7895e305598bdf49c956a8202e6 100644
(file)
--- a/
sys-apps/file/file-9999.ebuild
+++ b/
sys-apps/file/file-9999.ebuild
@@
-1,7
+1,7
@@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=
6
+EAPI=
7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
DISTUTILS_OPTIONAL=1
@@
-123,5
+123,5
@@
multilib_src_install_all() {
cd python || die
distutils-r1_src_install
fi
- find "${ED}" -name "*.la" -delete || die
+ find "${ED}" -
type f -
name "*.la" -delete || die
}