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 6B31F1381F3 for ; Sun, 5 May 2013 13:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F25DFE088C; Sun, 5 May 2013 13:58:15 +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 7FAD1E088C for ; Sun, 5 May 2013 13:58:15 +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 81E3833DF6A for ; Sun, 5 May 2013 13:58:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 46E892171D; Sun, 5 May 2013 13:58:13 +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/gptfdisk: gptfdisk-0.8.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gptfdisk-0.8.6.ebuild ChangeLog X-VCS-Directories: sys-apps/gptfdisk X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130505135813.46E892171D@flycatcher.gentoo.org> Date: Sun, 5 May 2013 13:58:13 +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: 55a28eb7-ec7b-496a-a347-8f27474f0a81 X-Archives-Hash: 66df44d5c7f14e5744dc00c50da142a0 ago 13/05/05 13:58:13 Modified: gptfdisk-0.8.6.ebuild ChangeLog Log: Stable for arm, wrt bug #467718 (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F) Revision Changes Path 1.5 sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild?r1=1.4&r2=1.5 Index: gptfdisk-0.8.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gptfdisk-0.8.6.ebuild 28 Apr 2013 10:21:25 -0000 1.4 +++ gptfdisk-0.8.6.ebuild 5 May 2013 13:58:13 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild,v 1.4 2013/04/28 10:21:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild,v 1.5 2013/05/05 13:58:13 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="kernel_linux +icu" RDEPEND=" 1.30 sys-apps/gptfdisk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gptfdisk/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gptfdisk/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gptfdisk/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 28 Apr 2013 10:21:25 -0000 1.29 +++ ChangeLog 5 May 2013 13:58:13 -0000 1.30 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/gptfdisk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.29 2013/04/28 10:21:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.30 2013/05/05 13:58:13 ago Exp $ + + 05 May 2013; Agostino Sarubbo gptfdisk-0.8.6.ebuild: + Stable for arm, wrt bug #467718 28 Apr 2013; Tomáš Chvátal gptfdisk-0.8.6.ebuild: Stable on amd64 x86 and ppc.