mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user