diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-10-07 20:28:27 +0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-07 13:38:50 +0100 |
commit | 3670f06a1fae8b4cf51223a540837a34cc286e07 (patch) | |
tree | 4da40308337fcbc4b5a8066886238b3afdbaec3a /sys-libs/libsmbios | |
parent | profiles/arch: mask useflags pulling in sys-libs/libsmbios on non-amd64/x86 (diff) | |
download | gentoo-3670f06a1fae8b4cf51223a540837a34cc286e07.tar.gz gentoo-3670f06a1fae8b4cf51223a540837a34cc286e07.tar.bz2 gentoo-3670f06a1fae8b4cf51223a540837a34cc286e07.zip |
sys-libs/libsmbios: fix incorrect KEYWORDS
Mark as -* until upstream is properly fixed to not require <sys/io.h>
unconditionally. The ~arm64 and ~riscv keywords were added by mistake;
they both fail to build due to absence of said header.
Based on glibc availability of <sys/io.h>, alpha is the only other
architecture that can build the package in any case, but SMBIOS is not
relevant on alpha anyway so ~alpha is not tested or included.
Closes: https://bugs.gentoo.org/875830
Closes: https://github.com/gentoo/gentoo/pull/27672
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libsmbios')
-rw-r--r-- | sys-libs/libsmbios/libsmbios-2.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libsmbios/libsmbios-2.4.3.ebuild b/sys-libs/libsmbios/libsmbios-2.4.3.ebuild index 15ae620a9e16..c0eabb98e876 100644 --- a/sys-libs/libsmbios/libsmbios-2.4.3.ebuild +++ b/sys-libs/libsmbios/libsmbios-2.4.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/dell/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-2+ OSL-2.1 ) BSD Boost-1.0" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ia64 ~riscv x86" +KEYWORDS="-* amd64 ~ia64 x86" IUSE="doc graphviz nls +python static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) test? ( ${PYTHON_REQUIRED_USE} )" |