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 13C6E1381F3 for ; Sat, 8 Jun 2013 09:27:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D97D4E0898; Sat, 8 Jun 2013 09:27:40 +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 591FBE08A1 for ; Sat, 8 Jun 2013 09:27:40 +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 7203D33E5F6 for ; Sat, 8 Jun 2013 09:27:39 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2329) id AFC562171D; Sat, 8 Jun 2013 09:27:37 +0000 (UTC) From: "Sergey Popov (pinkbyte)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pinkbyte@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bbe: bbe-0.2.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: bbe-0.2.2.ebuild ChangeLog X-VCS-Directories: dev-util/bbe X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130608092737.AFC562171D@flycatcher.gentoo.org> Date: Sat, 8 Jun 2013 09:27:37 +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: a5194f9b-a74c-4285-9c6b-c042e7753fe0 X-Archives-Hash: 20d682840402f4ef370a334577784eff pinkbyte 13/06/08 09:27:37 Modified: bbe-0.2.2.ebuild ChangeLog Log: Add ~arm keyword (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42) Revision Changes Path 1.4 dev-util/bbe/bbe-0.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild?r1=1.3&r2=1.4 Index: bbe-0.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bbe-0.2.2.ebuild 8 Jun 2013 09:17:14 -0000 1.3 +++ bbe-0.2.2.ebuild 8 Jun 2013 09:27:37 -0000 1.4 @@ -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/dev-util/bbe/bbe-0.2.2.ebuild,v 1.3 2013/06/08 09:17:14 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild,v 1.4 2013/06/08 09:27:37 pinkbyte Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" src_prepare() { 1.4 dev-util/bbe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bbe/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bbe/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bbe/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/bbe/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 8 Jun 2013 09:17:14 -0000 1.3 +++ ChangeLog 8 Jun 2013 09:27:37 -0000 1.4 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/bbe # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bbe/ChangeLog,v 1.3 2013/06/08 09:17:14 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bbe/ChangeLog,v 1.4 2013/06/08 09:27:37 pinkbyte Exp $ + + 08 Jun 2013; Sergey Popov bbe-0.2.2.ebuild: + Add ~arm keyword 08 Jun 2013; Sergey Popov bbe-0.2.2.ebuild: Add ~amd64 keyword, wrt bug #472600