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 B678C138010 for ; Sat, 1 Sep 2012 18:01:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F24AE0128; Sat, 1 Sep 2012 18:01:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1C997E0128 for ; Sat, 1 Sep 2012 18:01: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 8427133D84A for ; Sat, 1 Sep 2012 18:00:59 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2192) id 344DC20EEC; Sat, 1 Sep 2012 18:00:58 +0000 (UTC) From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/diffutils: ChangeLog diffutils-3.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog diffutils-3.2.ebuild X-VCS-Directories: sys-apps/diffutils X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120901180058.344DC20EEC@flycatcher.gentoo.org> Date: Sat, 1 Sep 2012 18:00:58 +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: 6b26b5fa-5ddc-4a1f-99c6-ab6c10feaf86 X-Archives-Hash: 0ab22c7ab2b4d779ee39d25200d29ba9 maekke 12/09/01 18:00:58 Modified: ChangeLog diffutils-3.2.ebuild Log: arm stable, bug #431950 (Portage version: 2.1.11.12/cvs/Linux x86_64) Revision Changes Path 1.73 sys-apps/diffutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/diffutils/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/diffutils/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/diffutils/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/diffutils/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 21 Aug 2012 18:57:22 -0000 1.72 +++ ChangeLog 1 Sep 2012 18:00:57 -0000 1.73 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/diffutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/ChangeLog,v 1.72 2012/08/21 18:57:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/ChangeLog,v 1.73 2012/09/01 18:00:57 maekke Exp $ + + 01 Sep 2012; Markus Meier diffutils-3.2.ebuild: + arm stable, bug #431950 21 Aug 2012; Jeroen Roovers diffutils-3.2.ebuild: Stable for HPPA (bug #431950). 1.9 sys-apps/diffutils/diffutils-3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/diffutils/diffutils-3.2.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/diffutils/diffutils-3.2.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/diffutils/diffutils-3.2.ebuild?r1=1.8&r2=1.9 Index: diffutils-3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-3.2.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- diffutils-3.2.ebuild 21 Aug 2012 18:57:22 -0000 1.8 +++ diffutils-3.2.ebuild 1 Sep 2012 18:00:57 -0000 1.9 @@ -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/diffutils/diffutils-3.2.ebuild,v 1.8 2012/08/21 18:57:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-3.2.ebuild,v 1.9 2012/09/01 18:00:57 maekke Exp $ EAPI=4 @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="nls static" RDEPEND=""