diff options
author | 2014-01-17 03:15:48 +0000 | |
---|---|---|
committer | 2014-01-17 03:15:48 +0000 | |
commit | bfbeb58e0b505bf1aaf945a1c532392ec41b24c1 (patch) | |
tree | 6c87a0a933c5358e0d260085eb6d9aa40dbcf75a /sys-libs/glibc | |
parent | Add arm64 keywords. (diff) | |
download | gentoo-2-bfbeb58e0b505bf1aaf945a1c532392ec41b24c1.tar.gz gentoo-2-bfbeb58e0b505bf1aaf945a1c532392ec41b24c1.tar.bz2 gentoo-2-bfbeb58e0b505bf1aaf945a1c532392ec41b24c1.zip |
Add arm64 keywords.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.17.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.18.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 4e3cf99f11fc..487a04ff5d5a 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.973 2014/01/16 17:38:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.974 2014/01/17 03:15:48 vapier Exp $ + + 17 Jan 2014; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild, + glibc-2.18.ebuild: + Add arm64 keywords. 16 Jan 2014; Mike Frysinger <vapier@gentoo.org> files/eblits/common.eblit: Require binutils-2.24+ for ifunc support on s390. diff --git a/sys-libs/glibc/glibc-2.17.ebuild b/sys-libs/glibc/glibc-2.17.ebuild index 32256c70633a..3ea6552f5bc9 100644 --- a/sys-libs/glibc/glibc-2.17.ebuild +++ b/sys-libs/glibc/glibc-2.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.28 2014/01/16 07:46:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.29 2014/01/17 03:15:48 vapier Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing @@ -8,7 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.18.ebuild b/sys-libs/glibc/glibc-2.18.ebuild index e596a9a24719..c02b96eb6d9d 100644 --- a/sys-libs/glibc/glibc-2.18.ebuild +++ b/sys-libs/glibc/glibc-2.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.18.ebuild,v 1.6 2014/01/06 16:55:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.18.ebuild,v 1.7 2014/01/17 03:15:48 vapier Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing @@ -8,7 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE" -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |