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 AD223138010 for ; Sat, 18 Aug 2012 17:18:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65E7AE0675; Sat, 18 Aug 2012 17:17:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3C233E0675 for ; Sat, 18 Aug 2012 17:17:50 +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 8F98E1B4004 for ; Sat, 18 Aug 2012 17:17:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 493E32004B; Sat, 18 Aug 2012 17:17:48 +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: ChangeLog coreutils-8.16.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog coreutils-8.16.ebuild 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: <20120818171748.493E32004B@flycatcher.gentoo.org> Date: Sat, 18 Aug 2012 17:17:48 +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: 32737089-f3db-451f-991d-27c6ab1e00aa X-Archives-Hash: 4f6e7ad4398dc6713d8841f7d235b898 ago 12/08/18 17:17:48 Modified: ChangeLog coreutils-8.16.ebuild Log: Stable for amd64, wrt bug #431722 (Portage version: 2.1.11.9/cvs/Linux x86_64) Revision Changes Path 1.342 sys-apps/coreutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.342&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.342&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.341&r2=1.342 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v retrieving revision 1.341 retrieving revision 1.342 diff -u -r1.341 -r1.342 --- ChangeLog 12 Aug 2012 14:55:22 -0000 1.341 +++ ChangeLog 18 Aug 2012 17:17:48 -0000 1.342 @@ -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.341 2012/08/12 14:55:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.342 2012/08/18 17:17:48 ago Exp $ + + 18 Aug 2012; Agostino Sarubbo coreutils-8.16.ebuild: + Stable for amd64, wrt bug #431722 *coreutils-8.18 (12 Aug 2012) 1.4 sys-apps/coreutils/coreutils-8.16.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?r1=1.3&r2=1.4 Index: coreutils-8.16.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- coreutils-8.16.ebuild 28 Mar 2012 04:26:58 -0000 1.3 +++ coreutils-8.16.ebuild 18 Aug 2012 17:17:48 -0000 1.4 @@ -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.16.ebuild,v 1.3 2012/03/28 04:26:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.4 2012/08/18 17:17:48 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" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="acl caps gmp nls selinux static unicode vanilla xattr" RDEPEND="caps? ( sys-libs/libcap )