From 2edd49dd60697bc2fb98ea2e5cb6c2b508e9726a Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Sun, 10 Oct 2021 18:49:22 +0200 Subject: [PATCH] dev-libs/libx86: keyword 1.1-r4 for -ppc, -riscv, -sparc Fails to build, see Bug #764656. Nb. both BSD ports and most (all?) other Linux distros have this package only support amd64 and x86, and back when the upstream Web site still existed they only mentioned compatibility with amd64, x86 and alpha. On Gentoo it apparently builds on arm as well, that said it's not clear whether it actually works there - on the one hand there doesn't seem to have been any run-time testing involved in arm keywording, on the other the keywording bug mentions Debian patches yet Debian hasn't had libx86 arm packages at least since Stretch. Signed-off-by: Marek Szuba --- dev-libs/libx86/libx86-1.1-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libx86/libx86-1.1-r4.ebuild b/dev-libs/libx86/libx86-1.1-r4.ebuild index e001fab4a41a2..350a47c4a0881 100644 --- a/dev-libs/libx86/libx86-1.1-r4.ebuild +++ b/dev-libs/libx86/libx86-1.1-r4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm -ppc -riscv -sparc x86" IUSE="static-libs" src_prepare() {