Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Wed, 05 Jan 2022 05:24:50
Message-Id: 1641360267.9d85b965ec43539802a528545eb131dd449ea6c0.sam@gentoo
1 commit: 9d85b965ec43539802a528545eb131dd449ea6c0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 05:24:27 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 05:24:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d85b965
7
8 sys-libs/glibc: Stabilize 2.33-r7 sparc, #809410
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/glibc/glibc-2.33-r7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/glibc/glibc-2.33-r7.ebuild b/sys-libs/glibc/glibc-2.33-r7.ebuild
16 index 20390ea8ba2a..9c12fe15458e 100644
17 --- a/sys-libs/glibc/glibc-2.33-r7.ebuild
18 +++ b/sys-libs/glibc/glibc-2.33-r7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -26,7 +26,7 @@ PATCH_DEV=dilfridge
26 if [[ ${PV} == 9999* ]]; then
27 inherit git-r3
28 else
29 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
30 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
31 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
32 SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
33 fi