app-portage/cpuid2cpuflags: amd64 stable wrt bug #718608
[gentoo.git] / app-portage / cpuid2cpuflags / cpuid2cpuflags-9999.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 EGIT_REPO_URI="https://github.com/mgorny/cpuid2cpuflags"
7 inherit autotools git-r3
8
9 DESCRIPTION="Tool to guess CPU_FLAGS_* flags for the host"
10 HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
11 SRC_URI=""
12
13 LICENSE="BSD-2"
14 SLOT="0"
15 KEYWORDS=""
16 IUSE=""
17
18 src_prepare() {
19         default
20         eautoreconf
21 }