diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-01-12 16:34:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-01-12 16:38:45 +0100 |
commit | cfeeecbdbddcab225a7a00a6e1289d25b8d7da70 (patch) | |
tree | d619f0d56481539b1fd4f76c308f2f9d391c71f1 /app-portage | |
parent | dev-util/radare2: verbump to 3.2.0 (diff) | |
download | gentoo-cfeeecbdbddcab225a7a00a6e1289d25b8d7da70.tar.gz gentoo-cfeeecbdbddcab225a7a00a6e1289d25b8d7da70.tar.bz2 gentoo-cfeeecbdbddcab225a7a00a6e1289d25b8d7da70.zip |
app-portage/cpuid2cpuflags: Fix desc not to mention _X86
The tool supports ARM as well these days, so X86 might be confusing.
Reported by 'nado'.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild | 4 | ||||
-rw-r--r-- | app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild index cb1e96dd1c68..445b12b35e54 100644 --- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild +++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -DESCRIPTION="Tool to guess CPU_FLAGS_X86 flags for the host" +DESCRIPTION="Tool to guess CPU_FLAGS_* flags for the host" HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags" SRC_URI="https://github.com/mgorny/cpuid2cpuflags/releases/download/v${PV}/${P}.tar.bz2" diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild index 8e891b478ae5..d21555274616 100644 --- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild +++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 EGIT_REPO_URI="https://github.com/mgorny/cpuid2cpuflags" inherit autotools git-r3 -DESCRIPTION="Tool to guess CPU_FLAGS_X86 flags for the host" +DESCRIPTION="Tool to guess CPU_FLAGS_* flags for the host" HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags" SRC_URI="" |