commit: e7a2791f27d826179d33fe0afd4b7abf148c7413 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Mon Sep 20 14:15:07 2021 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Mon Sep 20 14:15:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a2791f
app-misc/resolve-march-native: py3.10 + DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/814032 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org> Package-Manager: Portage-3.0.23, Repoman-3.0.3 .../resolve-march-native-1.0.0-r1.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild b/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild new file mode 100644 index 00000000000..351eb554727 --- /dev/null +++ b/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{7..10} ) + +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 ~arm64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=sys-devel/gcc-4.2" + +distutils_enable_tests pytest
