summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2022-05-05 17:49:18 +0800
committerWANG Xuerui <xen0n@gentoo.org>2022-05-05 17:51:10 +0800
commita5ef57e8671a3455ebc58349e0ea5fe2db916ed8 (patch)
tree0eb4b4c98691ddfb14f1f7d376f8d0cc2d982e03
parentsys-kernel/dracut: keyword 055-r4 for ~loong (diff)
downloadgentoo-a5ef57e8671a3455ebc58349e0ea5fe2db916ed8.tar.gz
gentoo-a5ef57e8671a3455ebc58349e0ea5fe2db916ed8.tar.bz2
gentoo-a5ef57e8671a3455ebc58349e0ea5fe2db916ed8.zip
sys-kernel/dracut: forward ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
-rw-r--r--sys-kernel/dracut/dracut-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/dracut/dracut-9999.ebuild b/sys-kernel/dracut/dracut-9999.ebuild
index 3b042f3de741..b760a2f92747 100644
--- a/sys-kernel/dracut/dracut-9999.ebuild
+++ b/sys-kernel/dracut/dracut-9999.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
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/dracutdevs/dracut"
else
[[ "${PV}" = *_rc* ]] || \
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~sparc ~x86"
SRC_URI="https://www.kernel.org/pub/linux/utils/boot/${PN}/${P}.tar.xz"
fi