Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Fri, 25 Sep 2020 19:42:59
Message-Id: 1601062960.af0c4db7d53eafd2a797c082f85662c945ad01de.dilfridge@gentoo
1 commit: af0c4db7d53eafd2a797c082f85662c945ad01de
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 19:42:22 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 19:42:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0c4db7
7
8 sys-libs/glibc: Re-keyword 2.31 patchlevel 9
9
10 This contains the following fixes:
11 * Rewrite iconv option parsing [BZ #19519]
12 * powerpc: Fix incorrect cache line size load in memset (bug 26332)
13 * nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]
14 * Disable warnings due to deprecated libselinux symbols used by nss and nscd
15
16 Bug: https://bugs.gentoo.org/736904
17 Bug: https://bugs.gentoo.org/611344
18 Package-Manager: Portage-3.0.4, Repoman-3.0.1
19 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
20
21 sys-libs/glibc/glibc-2.31-r7.ebuild | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24 diff --git a/sys-libs/glibc/glibc-2.31-r7.ebuild b/sys-libs/glibc/glibc-2.31-r7.ebuild
25 index 07f25009bd1..479b14e5114 100644
26 --- a/sys-libs/glibc/glibc-2.31-r7.ebuild
27 +++ b/sys-libs/glibc/glibc-2.31-r7.ebuild
28 @@ -22,7 +22,7 @@ PATCH_DEV=dilfridge
29 if [[ ${PV} == 9999* ]]; then
30 inherit git-r3
31 else
32 - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
33 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
34 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
35 SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
36 fi