diff options
author | 2019-05-02 00:17:07 +0200 | |
---|---|---|
committer | 2019-05-03 23:43:57 +0200 | |
commit | 3172cab41ff652c007937dfec7f4643f8beb26b9 (patch) | |
tree | 5ffda957541e34eabce34b782cd8e3951f1cc26b /sys-libs/glibc | |
parent | sys-devel/gcc: Dont build 32bit ABIs on riscv, not supported by glibc (diff) | |
download | gentoo-3172cab41ff652c007937dfec7f4643f8beb26b9.tar.gz gentoo-3172cab41ff652c007937dfec7f4643f8beb26b9.tar.bz2 gentoo-3172cab41ff652c007937dfec7f4643f8beb26b9.zip |
sys-libs/glibc: Keyword ~riscv
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.29-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.29-r2.ebuild b/sys-libs/glibc/glibc-2.29-r2.ebuild index 60641cf7a5d0..f65ca48ab825 100644 --- a/sys-libs/glibc/glibc-2.29-r2.ebuild +++ b/sys-libs/glibc/glibc-2.29-r2.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://sourceware.org/git/glibc.git" inherit git-r3 else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" fi |