diff options
author | Sam James <sam@gentoo.org> | 2024-05-30 04:22:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-30 04:22:51 +0100 |
commit | 19796e6617bc42a28cdb0ab530c7b378d1c6a55b (patch) | |
tree | 1ee89f185ca2bd3b25e06794f4cf6504f1e8fb70 /sys-apps | |
parent | sys-apps/dmidecode: Stabilize 3.6 x86, #933151 (diff) | |
download | gentoo-19796e6617bc42a28cdb0ab530c7b378d1c6a55b.tar.gz gentoo-19796e6617bc42a28cdb0ab530c7b378d1c6a55b.tar.bz2 gentoo-19796e6617bc42a28cdb0ab530c7b378d1c6a55b.zip |
sys-apps/dmidecode: Stabilize 3.6 amd64, #933151
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/dmidecode/dmidecode-3.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/dmidecode/dmidecode-3.6.ebuild b/sys-apps/dmidecode/dmidecode-3.6.ebuild index f9433f02bb8d..40ec4de0bbb0 100644 --- a/sys-apps/dmidecode/dmidecode-3.6.ebuild +++ b/sys-apps/dmidecode/dmidecode-3.6.ebuild @@ -19,7 +19,7 @@ unset commit LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv x86" +KEYWORDS="-* ~alpha amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-dmidecode )" |