diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-01-17 19:04:47 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-01-17 19:04:47 +0800 |
commit | 5d9b9be7dc05c504cc930625296fe2f5fb8774e3 (patch) | |
tree | 8d054e54769c129fb059ef72af667959ff1314d5 /sys-apps | |
parent | app-text/zotero-bin: drop 6.0.18 (diff) | |
download | gentoo-5d9b9be7dc05c504cc930625296fe2f5fb8774e3.tar.gz gentoo-5d9b9be7dc05c504cc930625296fe2f5fb8774e3.tar.bz2 gentoo-5d9b9be7dc05c504cc930625296fe2f5fb8774e3.zip |
sys-apps/irqbalance: keyword 1.9.2 for ~riscv
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/irqbalance/irqbalance-1.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/irqbalance/irqbalance-1.9.2.ebuild b/sys-apps/irqbalance/irqbalance-1.9.2.ebuild index 7004301933b7..d2ec846851e7 100644 --- a/sys-apps/irqbalance/irqbalance-1.9.2.ebuild +++ b/sys-apps/irqbalance/irqbalance-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Irqbalance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" IUSE="caps +numa systemd selinux tui" # Hangs RESTRICT="test" |