Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/cpuid2cpuflags/
Date: Sat, 01 Apr 2017 06:15:15
Message-Id: 1491027303.987ef12c8d09ce9f470a027825916f0041f9b925.mgorny@gentoo
1 commit: 987ef12c8d09ce9f470a027825916f0041f9b925
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 06:12:30 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 06:15:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987ef12c
7
8 app-portage/cpuid2cpuflags: Drop v2 back to ~arch due to lack of docs
9
10 The version 2 lacks documentation on the new output format, plus changes
11 the executable name (which is then changed again). To avoid more
12 confusion and partial script changes, let's kill it and instead focus
13 on stabilizing v4 soonish.
14
15 app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild
19 index 2b7bcfc1859..e2535eee58b 100644
20 --- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild
21 +++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild
22 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/mgorny/cpuid2cpuflags/releases/download/v${PV}/${MY_
23
24 LICENSE="BSD-2"
25 SLOT="0"
26 -KEYWORDS="amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
27 +KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
28 IUSE=""
29
30 S=${WORKDIR}/${MY_P}