summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2016-11-20 19:34:44 +0100
committerSebastian Pipping <sping@gentoo.org>2016-11-20 19:35:51 +0100
commit83084e6ec03e1106f24188acbed5579eb5668368 (patch)
tree13b0fa5a8b499510ac1adc09e0ff04f18e40a931 /app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild
parentapp-emulation/libdsk: Adds new ebuild (diff)
downloadgentoo-83084e6ec03e1106f24188acbed5579eb5668368.tar.gz
gentoo-83084e6ec03e1106f24188acbed5579eb5668368.tar.bz2
gentoo-83084e6ec03e1106f24188acbed5579eb5668368.zip
app-misc/resolve-march-native: 0.9.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild')
-rw-r--r--app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild b/app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild
new file mode 100644
index 000000000000..3bcf7ec3b590
--- /dev/null
+++ b/app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="Resolve GCC flag -march=native"
+HOMEPAGE="https://github.com/hartwork/resolve-march-native"
+SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=sys-devel/gcc-4.2"