sys-apps/kmod: Sync with Gentoo

It's from Gentoo commit f1df684ed8856ece4d547cf2496080aaf7631da4.
This commit is contained in:
Flatcar Buildbot 2024-01-01 07:15:00 +00:00 committed by Krzesimir Nowak
parent 6c53457abc
commit deb4cd3953

View File

@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
inherit git-r3 inherit git-r3
else else
SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kmod/${P}.tar.xz" SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kmod/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
fi fi
DESCRIPTION="library and tools for managing linux kernel modules" DESCRIPTION="library and tools for managing linux kernel modules"