commit:     431d604177920f54dbedec7fcaec9365796f8211
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 17:17:11 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 17:23:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431d6041

sys-libs/libunwind: keyword 1.5.0-r1 for -riscv

src_configure fails with

configure: error: Unknown ELF target: riscv64

Given that upstream stated in 2019 they weren't interested in working
on RISC-V support unless someone implemented it for them, and that the
LLVM libunwind does support this architecture, the above feels unlikely
to change any time soon.

See-also: https://github.com/libunwind/libunwind/issues/99
See-also: https://github.com/libunwind/libunwind/issues/151
Bug: https://bugs.gentoo.org/774900
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sys-libs/libunwind/libunwind-1.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libunwind/libunwind-1.5.0-r1.ebuild 
b/sys-libs/libunwind/libunwind-1.5.0-r1.ebuild
index a94b6d91810..ae510ed27fe 100644
--- a/sys-libs/libunwind/libunwind-1.5.0-r1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.5.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/libunwind/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/8" # libunwind.so.8
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 -sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 -riscv -sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug debug-frame doc libatomic lzma static-libs zlib"
 
 RESTRICT="test" # some tests are broken (toolchain version dependent, rely on 
external binaries)

Reply via email to