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 DB696138010 for ; Sun, 30 Sep 2012 17:53:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95814E002D; Sun, 30 Sep 2012 17:53:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5040EE002D for ; Sun, 30 Sep 2012 17:53:14 +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 B4CF133C4CA for ; Sun, 30 Sep 2012 17:53:13 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2160) id 7803921600; Sun, 30 Sep 2012 17:53:12 +0000 (UTC) From: "Raul Porcel (armin76)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, armin76@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: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120930175312.7803921600@flycatcher.gentoo.org> Date: Sun, 30 Sep 2012 17:53:12 +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: bfb05855-f2eb-4592-99ac-b0e009be163a X-Archives-Hash: 1212c356fd9bf07af5a2241960156316 armin76 12/09/30 17:53:12 Modified: ChangeLog coreutils-8.16.ebuild Log: alpha/ia64/m68k/s390/sh/sparc stable wrt #431722 (Portage version: 2.1.11.16/cvs/Linux ia64) Revision Changes Path 1.351 sys-apps/coreutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.351&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.351&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.350&r2=1.351 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v retrieving revision 1.350 retrieving revision 1.351 diff -u -r1.350 -r1.351 --- ChangeLog 27 Sep 2012 01:18:50 -0000 1.350 +++ ChangeLog 30 Sep 2012 17:53:12 -0000 1.351 @@ -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.350 2012/09/27 01:18:50 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.351 2012/09/30 17:53:12 armin76 Exp $ + + 30 Sep 2012; Raúl Porcel coreutils-8.16.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #431722 27 Sep 2012; Anthony G. Basile coreutils-8.16.ebuild: stable ppc ppc64, bug #431722 1.10 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.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?r1=1.9&r2=1.10 Index: coreutils-8.16.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- coreutils-8.16.ebuild 27 Sep 2012 01:18:50 -0000 1.9 +++ coreutils-8.16.ebuild 30 Sep 2012 17:53:12 -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.16.ebuild,v 1.9 2012/09/27 01:18:50 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.10 2012/09/30 17:53:12 armin76 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 )