summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2015-08-21 21:28:37 +0200
committerSebastian Pipping <sping@gentoo.org>2015-08-21 21:29:01 +0200
commit5149b8f0bc6e6878d4f0ca654d533a78df733509 (patch)
tree52f1c4f17ba94d2e06b43a86e22da27c5a788ed9 /app-misc/resolve-march-native/resolve-march-native-0.9.ebuild
parentapp-admin/python-updater: add Prefix keywords (diff)
downloadgentoo-5149b8f0bc6e6878d4f0ca654d533a78df733509.tar.gz
gentoo-5149b8f0bc6e6878d4f0ca654d533a78df733509.tar.bz2
gentoo-5149b8f0bc6e6878d4f0ca654d533a78df733509.zip
app-misc/resolve-march-native: 0.9
Diffstat (limited to 'app-misc/resolve-march-native/resolve-march-native-0.9.ebuild')
-rw-r--r--app-misc/resolve-march-native/resolve-march-native-0.9.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild b/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild
new file mode 100644
index 000000000000..9a2994a69228
--- /dev/null
+++ b/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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=""
+
+RDEPEND="sys-devel/gcc"