diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-01 08:12:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-01 08:15:03 +0200 |
commit | 987ef12c8d09ce9f470a027825916f0041f9b925 (patch) | |
tree | 2d84c09a48b34ed89fa3e03ea377665868c3ea32 /app-portage | |
parent | www-client/chromium: stable channel bump (57.0.2987.133) (diff) | |
download | gentoo-987ef12c8d09ce9f470a027825916f0041f9b925.tar.gz gentoo-987ef12c8d09ce9f470a027825916f0041f9b925.tar.bz2 gentoo-987ef12c8d09ce9f470a027825916f0041f9b925.zip |
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.
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild index 2b7bcfc1859b..e2535eee58b5 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} |