diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-15 18:55:09 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-15 19:30:40 -0700 |
commit | 41d8bdf18496692b34ca24ad721b318f793c5ce6 (patch) | |
tree | 11ad0a27aa89e7b9f8510253c76c3973b0941ebb /app-portage/cpuid2cpuflags | |
parent | fcaps.eclass: skip fcaps() on Prefix. (diff) | |
download | gentoo-41d8bdf18496692b34ca24ad721b318f793c5ce6.tar.gz gentoo-41d8bdf18496692b34ca24ad721b318f793c5ce6.tar.bz2 gentoo-41d8bdf18496692b34ca24ad721b318f793c5ce6.zip |
app-portage/cpuid2cpuflags: ver 8 ppc64 stable
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-portage/cpuid2cpuflags')
-rw-r--r-- | app-portage/cpuid2cpuflags/cpuid2cpuflags-8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-8.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-8.ebuild index 269ffe7851c6..9c7976f33b93 100644 --- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-8.ebuild +++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/cpuid2cpuflags/releases/download/v${PV}/${P}. LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86 ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 x86 ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" pkg_postinst() { |