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 9452D1381F3 for ; Fri, 7 Dec 2012 20:41:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4662021C00F; Fri, 7 Dec 2012 20:41:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9814221C00F for ; Fri, 7 Dec 2012 20:41:48 +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 A191B33DCDD for ; Fri, 7 Dec 2012 20:41:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 9619B2171D; Fri, 7 Dec 2012 20:41:45 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: coreutils-8.20.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: coreutils-8.20.ebuild ChangeLog X-VCS-Directories: sys-apps/coreutils X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121207204145.9619B2171D@flycatcher.gentoo.org> Date: Fri, 7 Dec 2012 20:41:45 +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: d7eec9ab-802e-4d87-98d6-ab310c59ee1c X-Archives-Hash: 75e1ab7cae5ea55273df78d373b12ce6 vapier 12/12/07 20:41:45 Modified: coreutils-8.20.ebuild ChangeLog Log: Fix cross-compiling #446104 and x32 building. (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key FB7C4156) Revision Changes Path 1.7 sys-apps/coreutils/coreutils-8.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild?r1=1.6&r2=1.7 Index: coreutils-8.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- coreutils-8.20.ebuild 4 Dec 2012 15:36:23 -0000 1.6 +++ coreutils-8.20.ebuild 7 Dec 2012 20:41:45 -0000 1.7 @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v 1.6 2012/12/04 15:36:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v 1.7 2012/12/07 20:41:45 vapier Exp $ EAPI="3" inherit eutils flag-o-matic toolchain-funcs -PATCH_VER="1.0" +PATCH_VER="1.1" DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)" HOMEPAGE="http://www.gnu.org/software/coreutils/" SRC_URI="mirror://gnu-alpha/coreutils/${P}.tar.xz 1.359 sys-apps/coreutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.359&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.359&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.358&r2=1.359 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v retrieving revision 1.358 retrieving revision 1.359 diff -u -r1.358 -r1.359 --- ChangeLog 4 Dec 2012 15:36:23 -0000 1.358 +++ ChangeLog 7 Dec 2012 20:41:45 -0000 1.359 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.358 2012/12/04 15:36:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.359 2012/12/07 20:41:45 vapier Exp $ + + 07 Dec 2012; Mike Frysinger coreutils-8.20.ebuild: + Fix cross-compiling #446104 and x32 building. 04 Dec 2012; coreutils-8.20.ebuild: Stable for x86, wrt bug #443536