diff options
author | Sam James <sam@gentoo.org> | 2022-09-06 22:27:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-06 22:27:50 +0100 |
commit | 8440f47ccc75dfadf3f235c6f1ca3cfe2d5a218a (patch) | |
tree | 8709a52de7d2c4554c326ba92838eb5daf3d225e /sys-apps/dmidecode | |
parent | sys-apps/attr: Stabilize 2.5.1-r2 arm64, #868972 (diff) | |
download | gentoo-8440f47ccc75dfadf3f235c6f1ca3cfe2d5a218a.tar.gz gentoo-8440f47ccc75dfadf3f235c6f1ca3cfe2d5a218a.tar.bz2 gentoo-8440f47ccc75dfadf3f235c6f1ca3cfe2d5a218a.zip |
sys-apps/dmidecode: Stabilize 3.4 arm64, #868975
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/dmidecode')
-rw-r--r-- | sys-apps/dmidecode/dmidecode-3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/dmidecode/dmidecode-3.4.ebuild b/sys-apps/dmidecode/dmidecode-3.4.ebuild index 9cff88ef840e..7934d0ff853a 100644 --- a/sys-apps/dmidecode/dmidecode-3.4.ebuild +++ b/sys-apps/dmidecode/dmidecode-3.4.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 )" |