mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
sys-apps/acl: Sync with Gentoo
It's from Gentoo commit 5d9a3b86d97e1af3b2db9534d6f4a3f5675d4fb7.
This commit is contained in:
parent
87ba3ab7b5
commit
a4b1f1a42f
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit flag-o-matic libtool multilib-minimal usr-ldscript
|
||||
inherit flag-o-matic libtool multilib-minimal
|
||||
|
||||
DESCRIPTION="Access control list utilities, libraries, and headers"
|
||||
HOMEPAGE="https://savannah.nongnu.org/projects/acl"
|
||||
@ -48,13 +48,6 @@ multilib_src_test() {
|
||||
multilib_is_native_abi && default
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
default
|
||||
|
||||
# Move shared libs to /
|
||||
gen_usr_ldscript -a acl
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
if ! use static-libs ; then
|
||||
find "${ED}" -type f -name "*.la" -delete || die
|
||||
Loading…
x
Reference in New Issue
Block a user