blob: b9f869a324d34ae27c009456e9da0af0f08ec2a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Tool to guess CPU_FLAGS_* flags for the host"
HOMEPAGE="
https://gitweb.gentoo.org/proj/cpuid2cpuflags.git/
https://github.com/gentoo/cpuid2cpuflags/
"
SRC_URI="
https://distfiles.gentoo.org/pub/dev/mgorny%40gentoo.org/cpuid2cpuflags/${P}.tar.bz2
"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos ~x64-solaris"
|