sys-apps/coreutils: Sync with Gentoo

It's from Gentoo commit 317b5e58dcf37a565e78e24c568bd99d6017bb54.
This commit is contained in:
Flatcar Buildbot 2024-07-01 07:17:57 +00:00 committed by Mathieu Tortuyaux
parent e87440200b
commit 1d2510b351
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
3 changed files with 6 additions and 4 deletions

View File

@ -33,7 +33,7 @@ else
verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux"
fi
SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )"

View File

@ -33,7 +33,7 @@ else
verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux"
fi
SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )"
@ -88,6 +88,8 @@ RDEPEND+="
QA_CONFIG_IMPL_DECL_SKIP=(
# gnulib FPs (bug #898370)
unreachable MIN alignof static_assert
# ... and on musl
_exit fpurge statvfs64 re_set_syntax re_compile_pattern re_search re_match
)
pkg_setup() {
@ -223,7 +225,7 @@ src_test() {
local xfail_tests=(
# bug #629660
#tests/dd/no-allocate.sh
tests/dd/no-allocate.sh
# bug #675802
tests/env/env-S

View File

@ -223,7 +223,7 @@ src_test() {
local xfail_tests=(
# bug #629660
#tests/dd/no-allocate.sh
tests/dd/no-allocate.sh
# bug #675802
tests/env/env-S