diff options
author | Sam James <sam@gentoo.org> | 2021-08-30 18:36:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-30 18:36:17 +0100 |
commit | 83eba907fb556cea8ec71c2b4d4c4c300ebd68e7 (patch) | |
tree | 5252bf40e68f5b03b1209175712bd89972cac4cb /sys-libs | |
parent | app-portage/iwdevtools: prefix support, fix symlink, no abigail (diff) | |
download | gentoo-83eba907fb556cea8ec71c2b4d4c4c300ebd68e7.tar.gz gentoo-83eba907fb556cea8ec71c2b4d4c4c300ebd68e7.tar.bz2 gentoo-83eba907fb556cea8ec71c2b4d4c4c300ebd68e7.zip |
sys-libs/glibc: Stabilize 2.33-r1 ppc, #792261
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.33-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.33-r1.ebuild b/sys-libs/glibc/glibc-2.33-r1.ebuild index bf6573015127..cdbca06cc5d5 100644 --- a/sys-libs/glibc/glibc-2.33-r1.ebuild +++ b/sys-libs/glibc/glibc-2.33-r1.ebuild @@ -23,7 +23,7 @@ PATCH_DEV=dilfridge if [[ ${PV} == 9999* ]]; then 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" SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz" fi |