diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-01-24 13:09:25 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-01-24 13:09:25 +0100 |
commit | b0ee830c05f4feeaa6f64d996c612d024e75d387 (patch) | |
tree | 5527d6ca69e273f11abb95c479b3340a8edb4fb4 /sys-libs | |
parent | sci-libs/libqalculate: x86 stable wrt bug #766644 (diff) | |
download | gentoo-b0ee830c05f4feeaa6f64d996c612d024e75d387.tar.gz gentoo-b0ee830c05f4feeaa6f64d996c612d024e75d387.tar.bz2 gentoo-b0ee830c05f4feeaa6f64d996c612d024e75d387.zip |
sys-libs/glibc: x86 stable wrt bug #766650
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.32-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.32-r6.ebuild b/sys-libs/glibc/glibc-2.32-r6.ebuild index 415b9cf9d29f..d5e0d422afe3 100644 --- a/sys-libs/glibc/glibc-2.32-r6.ebuild +++ b/sys-libs/glibc/glibc-2.32-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ PATCH_DEV=slyfox 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" SRC_URI+=" riscv? ( https://dev.gentoo.org/~dilfridge/distfiles/backport-rv32.txz )" |