sys-fs/btrfs-progs: Sync with Gentoo

It's from Gentoo commit 7d97e912724a5333b78e3556921dee08040b27cf.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Flatcar Buildbot 2025-07-21 07:18:04 +00:00 committed by Mathieu Tortuyaux
parent 03b0cf54b8
commit e51eaf8b2c
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ else
S="${WORKDIR}"/${PN}-${MY_PV}
if [[ ${PV} != *_rc* ]] ; then
KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
fi
fi

View File

@ -5,7 +5,7 @@ EAPI=8
# Please bump with dev-python/btrfsutil
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..13} )
inherit bash-completion-r1 python-any-r1 udev
if [[ ${PV} == 9999 ]]; then
@ -26,7 +26,7 @@ else
S="${WORKDIR}"/${PN}-${MY_PV}
if [[ ${PV} != *_rc* ]] ; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
fi
fi