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 EB6C21381FA for ; Sun, 30 Dec 2012 14:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEBA421C076; Sun, 30 Dec 2012 14:34:00 +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 4BB1921C04E for ; Sun, 30 Dec 2012 14:34:00 +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 59B3133DA23 for ; Sun, 30 Dec 2012 14:33:54 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 226752171D; Sun, 30 Dec 2012 14:33:53 +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: <20121230143353.226752171D@flycatcher.gentoo.org> Date: Sun, 30 Dec 2012 14:33:53 +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: abc0d666-5ebe-4bd0-b39b-1ab70d4514f9 X-Archives-Hash: c52e25d62bcaf782a88312875aadfe6c ago 12/12/30 14:33:53 Modified: coreutils-8.20.ebuild ChangeLog Log: Stable for alpha, wrt bug #443536 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit) Revision Changes Path 1.11 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.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild?r1=1.10&r2=1.11 Index: coreutils-8.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- coreutils-8.20.ebuild 29 Dec 2012 14:23:07 -0000 1.10 +++ coreutils-8.20.ebuild 30 Dec 2012 14:33:52 -0000 1.11 @@ -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.10 2012/12/29 14:23:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v 1.11 2012/12/30 14:33:52 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.364 sys-apps/coreutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.364&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.364&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.363&r2=1.364 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v retrieving revision 1.363 retrieving revision 1.364 diff -u -r1.363 -r1.364 --- ChangeLog 29 Dec 2012 14:23:07 -0000 1.363 +++ ChangeLog 30 Dec 2012 14:33:52 -0000 1.364 @@ -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.363 2012/12/29 14:23:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.364 2012/12/30 14:33:52 ago Exp $ + + 30 Dec 2012; Agostino Sarubbo coreutils-8.20.ebuild: + Stable for alpha, wrt bug #443536 29 Dec 2012; Agostino Sarubbo coreutils-8.20.ebuild: Stable for sparc, wrt bug #443536