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, 12 Jan 2019 15:38:55
Message-Id: 1547307525.cfeeecbdbddcab225a7a00a6e1289d25b8d7da70.mgorny@gentoo
1 commit: cfeeecbdbddcab225a7a00a6e1289d25b8d7da70
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 12 15:34:14 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 12 15:38:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfeeecbd
7
8 app-portage/cpuid2cpuflags: Fix desc not to mention _X86
9
10 The tool supports ARM as well these days, so X86 might be confusing.
11 Reported by 'nado'.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild | 4 ++--
16 app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild
20 index cb1e96dd1c6..445b12b35e5 100644
21 --- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild
22 +++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29
30 -DESCRIPTION="Tool to guess CPU_FLAGS_X86 flags for the host"
31 +DESCRIPTION="Tool to guess CPU_FLAGS_* flags for the host"
32 HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
33 SRC_URI="https://github.com/mgorny/cpuid2cpuflags/releases/download/v${PV}/${P}.tar.bz2"
34
35
36 diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild
37 index 8e891b478ae..d2155527461 100644
38 --- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild
39 +++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2019 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -6,7 +6,7 @@ EAPI=6
47 EGIT_REPO_URI="https://github.com/mgorny/cpuid2cpuflags"
48 inherit autotools git-r3
49
50 -DESCRIPTION="Tool to guess CPU_FLAGS_X86 flags for the host"
51 +DESCRIPTION="Tool to guess CPU_FLAGS_* flags for the host"
52 HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
53 SRC_URI=""