diff options
author | Sam James <sam@gentoo.org> | 2023-04-23 21:06:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-23 21:06:55 +0100 |
commit | 20f213c6927966b9a15f9bcaab4818ac9917c051 (patch) | |
tree | e091436fda0916508226fa91c27804dc0673b280 /sys-apps/dmidecode | |
parent | sys-apps/dmidecode: Stabilize 3.5-r1 x86, #904919 (diff) | |
download | gentoo-20f213c6927966b9a15f9bcaab4818ac9917c051.tar.gz gentoo-20f213c6927966b9a15f9bcaab4818ac9917c051.tar.bz2 gentoo-20f213c6927966b9a15f9bcaab4818ac9917c051.zip |
sys-apps/dmidecode: Stabilize 3.5-r1 arm64, #904919
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/dmidecode')
-rw-r--r-- | sys-apps/dmidecode/dmidecode-3.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/dmidecode/dmidecode-3.5-r1.ebuild b/sys-apps/dmidecode/dmidecode-3.5-r1.ebuild index 1a6cc4851f15..3e61e8a3012c 100644 --- a/sys-apps/dmidecode/dmidecode-3.5-r1.ebuild +++ b/sys-apps/dmidecode/dmidecode-3.5-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv x86 ~x86-solaris" +KEYWORDS="-* ~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv x86 ~x86-solaris" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-dmidecode )" |