diff options
author | Benda Xu <heroxbd@gentoo.org> | 2019-07-17 11:00:02 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2019-07-18 12:08:26 +0800 |
commit | 85ab472fe1870998057fcab265871539fcdc1dcf (patch) | |
tree | ee91a8a39d0ea849357b4f5a0635869d136a577f /sys-libs/glibc/glibc-2.19-r2.ebuild | |
parent | net-p2p/cpuminer-opt: 3.9.6 version bump (diff) | |
download | gentoo-85ab472fe1870998057fcab265871539fcdc1dcf.tar.gz gentoo-85ab472fe1870998057fcab265871539fcdc1dcf.tar.bz2 gentoo-85ab472fe1870998057fcab265871539fcdc1dcf.zip |
sys-libs/glibc: keyword ~amd64 for 2.19-r2.
This is for Prefix on RHEL5-like hosts.
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sys-libs/glibc/glibc-2.19-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.19-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.19-r2.ebuild b/sys-libs/glibc/glibc-2.19-r2.ebuild index 496ac4d5a31a..ec7aefcc4f9c 100644 --- a/sys-libs/glibc/glibc-2.19-r2.ebuild +++ b/sys-libs/glibc/glibc-2.19-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://sourceware.org/git/glibc.git" inherit git-r3 else - KEYWORDS="" + KEYWORDS="~amd64" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" fi |