Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sun, 04 Jul 2021 10:29:05
Message-Id: 1625394531.e3bd15ca177f2dac679b3597b3e21816fd1e13a8.slyfox@gentoo
1 commit: e3bd15ca177f2dac679b3597b3e21816fd1e13a8
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Jul 4 10:11:47 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 10:28:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3bd15ca
7
8 sys-libs/glibc: stable 2.33-r1 for hppa, bug #792261
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 sys-libs/glibc/glibc-2.33-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-libs/glibc/glibc-2.33-r1.ebuild b/sys-libs/glibc/glibc-2.33-r1.ebuild
19 index 5e971e697fe..5131f4bd0ef 100644
20 --- a/sys-libs/glibc/glibc-2.33-r1.ebuild
21 +++ b/sys-libs/glibc/glibc-2.33-r1.ebuild
22 @@ -23,7 +23,7 @@ PATCH_DEV=dilfridge
23 if [[ ${PV} == 9999* ]]; then
24 inherit git-r3
25 else
26 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
27 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
28 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
29 SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
30 fi