diff options
author | 2020-04-24 14:10:46 +0200 | |
---|---|---|
committer | 2020-04-24 14:10:46 +0200 | |
commit | bc069e0df6ed39059b2601b0f287d5c029eafd75 (patch) | |
tree | 7dcaa4e56f8150391dec591a78ea94f0410f29b9 /sys-libs/glibc | |
parent | app-arch/rpm2targz: add zstd support (diff) | |
download | gentoo-bc069e0df6ed39059b2601b0f287d5c029eafd75.tar.gz gentoo-bc069e0df6ed39059b2601b0f287d5c029eafd75.tar.bz2 gentoo-bc069e0df6ed39059b2601b0f287d5c029eafd75.zip |
sys-libs/glibc: ppc stable wrt bug #712726
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.29-r8.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.30-r8.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.29-r8.ebuild b/sys-libs/glibc/glibc-2.29-r8.ebuild index 83c66a1105cb..b289e8f629e0 100644 --- a/sys-libs/glibc/glibc-2.29-r8.ebuild +++ b/sys-libs/glibc/glibc-2.29-r8.ebuild @@ -19,7 +19,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 ~riscv s390 ~sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv s390 ~sparc x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" fi diff --git a/sys-libs/glibc/glibc-2.30-r8.ebuild b/sys-libs/glibc/glibc-2.30-r8.ebuild index e10c8e18e396..3cc46c91a462 100644 --- a/sys-libs/glibc/glibc-2.30-r8.ebuild +++ b/sys-libs/glibc/glibc-2.30-r8.ebuild @@ -19,7 +19,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 ~riscv s390 ~sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv s390 ~sparc x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" fi |