From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D571113800E for ; Thu, 9 Aug 2012 09:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADC1FE068F; Thu, 9 Aug 2012 09:34:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7501DE068F for ; Thu, 9 Aug 2012 09:34:06 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3D571B400F for ; Thu, 9 Aug 2012 09:34:05 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 8A33A2004B; Thu, 9 Aug 2012 09:34:04 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog glibc-2.15-r2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog glibc-2.15-r2.ebuild X-VCS-Directories: sys-libs/glibc X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120809093404.8A33A2004B@flycatcher.gentoo.org> Date: Thu, 9 Aug 2012 09:34:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d55c0c56-ecde-45dc-bd2e-ce86e6f5209e X-Archives-Hash: 28302ccb8a4a609c3a698352c26495b4 blueness 12/08/09 09:34:04 Modified: ChangeLog glibc-2.15-r2.ebuild Log: Keyword ~arm, bug #430346 (Portage version: 2.1.10.65/cvs/Linux x86_64) Revision Changes Path 1.866 sys-libs/glibc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.866&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.866&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.865&r2=1.866 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v retrieving revision 1.865 retrieving revision 1.866 diff -u -r1.865 -r1.866 --- ChangeLog 8 Aug 2012 18:05:20 -0000 1.865 +++ ChangeLog 9 Aug 2012 09:34:04 -0000 1.866 @@ -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 glibc-2.15-r2.ebuild: + Keyword ~arm, bug #430346 08 Aug 2012; Raúl Porcel glibc-2.15-r2.ebuild: sparc stable wrt #430346 1.12 sys-libs/glibc/glibc-2.15-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild?r1=1.11&r2=1.12 Index: glibc-2.15-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- glibc-2.15-r2.ebuild 8 Aug 2012 18:05:20 -0000 1.11 +++ glibc-2.15-r2.ebuild 9 Aug 2012 09:34:04 -0000 1.12 @@ -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 @@ 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"