Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/riscv:master commit in: sys-libs/glibc/
Date: Sun, 28 Apr 2019 19:39:12
Message-Id: 1556480289.16945c4f511b1daba0b39b9ed6864904e000c24c.dilfridge@gentoo
1 commit: 16945c4f511b1daba0b39b9ed6864904e000c24c
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 19:38:09 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 19:38:09 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=16945c4f
7
8 sys-libs/glibc: Keyword (only) ~riscv
9
10 Package-Manager: Portage-2.3.64, Repoman-2.3.12
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sys-libs/glibc/glibc-2.29-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.29-r2.ebuild b/sys-libs/glibc/glibc-2.29-r2.ebuild
17 index 60641cf..2b87a1e 100644
18 --- a/sys-libs/glibc/glibc-2.29-r2.ebuild
19 +++ b/sys-libs/glibc/glibc-2.29-r2.ebuild
20 @@ -20,7 +20,7 @@ if [[ ${PV} == 9999* ]]; then
21 EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
22 inherit git-r3
23 else
24 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
25 + KEYWORDS="~riscv"
26 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
27 fi