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 D5D3D1381FA for ; Sat, 29 Dec 2012 14:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBDA1E066E; Sat, 29 Dec 2012 14:23:10 +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 4CF53E066E for ; Sat, 29 Dec 2012 14:23:10 +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 671B533D781 for ; Sat, 29 Dec 2012 14:23:09 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 2F48D2171D; Sat, 29 Dec 2012 14:23:08 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@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: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121229142308.2F48D2171D@flycatcher.gentoo.org> Date: Sat, 29 Dec 2012 14:23:08 +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: 302bdc1a-e6fe-4095-bf6d-677de27c57a6 X-Archives-Hash: b4d9acc466bb64a2716b07feccea46d0 ago 12/12/29 14:23:08 Modified: coreutils-8.20.ebuild ChangeLog Log: Stable for sparc, wrt bug #443536 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit) Revision Changes Path 1.10 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.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild?r1=1.9&r2=1.10 Index: coreutils-8.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- coreutils-8.20.ebuild 17 Dec 2012 17:13:37 -0000 1.9 +++ coreutils-8.20.ebuild 29 Dec 2012 14:23:07 -0000 1.10 @@ -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-apps/coreutils/coreutils-8.20.ebuild,v 1.9 2012/12/17 17:13:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v 1.10 2012/12/29 14:23:07 ago Exp $ EAPI="3" @@ -17,7 +17,7 @@ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" IUSE="acl caps gmp nls selinux static userland_BSD vanilla xattr" LIB_DEPEND="acl? ( sys-apps/acl[static-libs] ) 1.363 sys-apps/coreutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.363&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.363&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.362&r2=1.363 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v retrieving revision 1.362 retrieving revision 1.363 diff -u -r1.362 -r1.363 --- ChangeLog 19 Dec 2012 19:17:01 -0000 1.362 +++ ChangeLog 29 Dec 2012 14:23:07 -0000 1.363 @@ -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.362 2012/12/19 19:17:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.363 2012/12/29 14:23:07 ago Exp $ + + 29 Dec 2012; Agostino Sarubbo coreutils-8.20.ebuild: + Stable for sparc, wrt bug #443536 *coreutils-8.20-r1 (19 Dec 2012)