sys-apps/kbd: Sync with Gentoo

It's from Gentoo commit e3f4ebbe90f563dfbaabbf53d052d4f8706292b1.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Flatcar Buildbot 2025-07-21 07:17:24 +00:00 committed by Mathieu Tortuyaux
parent ac1ece0323
commit 194af8079d
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

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"