summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2022-04-26 13:36:44 +0800
committerWANG Xuerui <xen0n@gentoo.org>2022-04-29 15:58:15 +0800
commit94acf8ca952e6fda6baa874b8e4989ba757cb9d7 (patch)
tree8932272abf8a7de7b96c86b9ee990e962adcb5a4 /sys-apps/kmod
parentvirtual/package-manager: keyword 1 for ~loong (diff)
downloadgentoo-94acf8ca952e6fda6baa874b8e4989ba757cb9d7.tar.gz
gentoo-94acf8ca952e6fda6baa874b8e4989ba757cb9d7.tar.bz2
gentoo-94acf8ca952e6fda6baa874b8e4989ba757cb9d7.zip
sys-apps/kmod: keyword 29 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-apps/kmod')
-rw-r--r--sys-apps/kmod/kmod-29.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/kmod/kmod-29.ebuild b/sys-apps/kmod/kmod-29.ebuild
index d2700e7716d6..215876687c49 100644
--- a/sys-apps/kmod/kmod-29.ebuild
+++ b/sys-apps/kmod/kmod-29.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
inherit git-r3
else
SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kmod/${P}.tar.xz"
- KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
#inherit libtool
fi