sys-apps/kbd: Sync with Gentoo

It's from Gentoo commit 6c524caa9cbd17539609fafad0dea64b3068d6ce.
This commit is contained in:
Flatcar Buildbot 2025-03-17 07:11:16 +00:00 committed by Krzesimir Nowak
parent b5e8f2e569
commit 9b944d3d77

View File

@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
else
if [[ $(ver_cut 3) -lt 90 ]] ; then
SRC_URI="https://www.kernel.org/pub/linux/utils/kbd/${P}.tar.xz"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
else
inherit autotools
SRC_URI="https://github.com/legionus/kbd/archive/v${PV}.tar.gz -> ${P}.tar.gz"