commit: d5d38a549bb4bfcd097601a1f704900cb2d410c9 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Apr 28 19:38:40 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Apr 28 19:38:40 2019 +0000 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=d5d38a54
profiles: Force using overlay glibc Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/riscv/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/arch/riscv/package.accept_keywords b/profiles/arch/riscv/package.accept_keywords index 1d48590..41b16e7 100644 --- a/profiles/arch/riscv/package.accept_keywords +++ b/profiles/arch/riscv/package.accept_keywords @@ -1,6 +1,7 @@ # we need specific versions / patches for riscv dev-lang/python -amd64 -~amd64 sys-devel/gcc -amd64 -~amd64 +sys-libs/glibc -amd64 -~amd64 # we need static qemu *from* ~amd64 app-emulation/qemu-riscv64-bin ~amd64
