mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-27 13:31:56 +01:00
sys-apps/util-linux: Sync with Gentoo
It's from Gentoo commit 843d5a09bbfa5cfa0293663086d8bc7756615f44.
This commit is contained in:
parent
a3e1a181cf
commit
0242ba01c7
@ -23,7 +23,7 @@ else
|
|||||||
inherit verify-sig
|
inherit verify-sig
|
||||||
|
|
||||||
if [[ ${PV} != *_rc* ]] ; then
|
if [[ ${PV} != *_rc* ]] ; then
|
||||||
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos"
|
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
|
SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
|
||||||
@ -145,6 +145,10 @@ src_prepare() {
|
|||||||
lsfd/option-inet
|
lsfd/option-inet
|
||||||
utmp/last-ipv6
|
utmp/last-ipv6
|
||||||
|
|
||||||
|
# Fails with permission errors in nspawn
|
||||||
|
fadvise/drop
|
||||||
|
fincore/count
|
||||||
|
|
||||||
# Flaky
|
# Flaky
|
||||||
rename/subdir
|
rename/subdir
|
||||||
|
|
||||||
|
|||||||
@ -153,6 +153,10 @@ src_prepare() {
|
|||||||
lsfd/option-inet
|
lsfd/option-inet
|
||||||
utmp/last-ipv6
|
utmp/last-ipv6
|
||||||
|
|
||||||
|
# Fails with permission errors in nspawn
|
||||||
|
fadvise/drop
|
||||||
|
fincore/count
|
||||||
|
|
||||||
# Flaky
|
# Flaky
|
||||||
rename/subdir
|
rename/subdir
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user