commit:     3670f06a1fae8b4cf51223a540837a34cc286e07
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 12:28:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 12:38:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3670f06a

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 <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libsmbios/libsmbios-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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} )"

Reply via email to