From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-941983-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 1061B139695
	for <garchives@archives.gentoo.org>; Sat,  1 Apr 2017 06:15:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2C25421C039;
	Sat,  1 Apr 2017 06:15:14 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0AB4B21C039
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Apr 2017 06:15:14 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AA9C6340806
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Apr 2017 06:15:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C8CF4C79
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Apr 2017 06:15:09 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1491027303.987ef12c8d09ce9f470a027825916f0041f9b925.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/cpuid2cpuflags/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild
X-VCS-Directories: app-portage/cpuid2cpuflags/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 987ef12c8d09ce9f470a027825916f0041f9b925
X-VCS-Branch: master
Date: Sat,  1 Apr 2017 06:15:09 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 3349db03-42a1-4186-9a57-655e0f6b59b0
X-Archives-Hash: 0363c6c77ee978ef79b4d2715d8316ce

commit:     987ef12c8d09ce9f470a027825916f0041f9b925
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 06:12:30 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 06:15:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987ef12c

app-portage/cpuid2cpuflags: Drop v2 back to ~arch due to lack of docs

The version 2 lacks documentation on the new output format, plus changes
the executable name (which is then changed again). To avoid more
confusion and partial script changes, let's kill it and instead focus
on stabilizing v4 soonish.

 app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild
index 2b7bcfc1859..e2535eee58b 100644
--- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild
+++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/mgorny/cpuid2cpuflags/releases/download/v${PV}/${MY_
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}