diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-09 09:34:04 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-09 09:34:04 +0000 |
commit | 3a27b051d118514b395d6ef6f5c85e011fa89e39 (patch) | |
tree | 9c6f20fb35ade9943efaf8448bfc6ca9aec4bc65 | |
parent | Add missing build deps, restrict sys-devel/bison to <2.6 wrt bug #428202. Upd... (diff) | |
download | gentoo-2-3a27b051d118514b395d6ef6f5c85e011fa89e39.tar.gz gentoo-2-3a27b051d118514b395d6ef6f5c85e011fa89e39.tar.bz2 gentoo-2-3a27b051d118514b395d6ef6f5c85e011fa89e39.zip |
Keyword ~arm, bug #430346
(Portage version: 2.1.10.65/cvs/Linux x86_64)
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.15-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index acb07515e01c..4956afe80cec 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,5 +1,8 @@ # ChangeLog for sys-libs/glibc -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.865 2012/08/08 18:05:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.866 2012/08/09 09:34:04 blueness Exp $ + + 09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> glibc-2.15-r2.ebuild: + Keyword ~arm, bug #430346 08 Aug 2012; Raúl Porcel <armin76@gentoo.org> glibc-2.15-r2.ebuild: sparc stable wrt #430346 diff --git a/sys-libs/glibc/glibc-2.15-r2.ebuild b/sys-libs/glibc/glibc-2.15-r2.ebuild index 7f694f21b4dd..aa550bdc47ef 100644 --- a/sys-libs/glibc/glibc-2.15-r2.ebuild +++ b/sys-libs/glibc/glibc-2.15-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v 1.11 2012/08/08 18:05:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v 1.12 2012/08/09 09:34:04 blueness Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib 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" -KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~s390 ~sh sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ppc64 ~s390 ~sh sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |