Skip to content

Commit

Permalink
app-portage/cpuid2cpuflags: Add a live ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Mar 4, 2017
1 parent 86a7249 commit a4367e3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

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"
HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
SRC_URI=""

LICENSE="BSD-2"
SLOT="0"
KEYWORDS=""
IUSE=""

src_prepare() {
default
eautoreconf
}

0 comments on commit a4367e3

Please sign in to comment.