diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:11:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:18:05 +0200 |
commit | 6fe9f5c5af6567ff8e1675b2dc18b9c5b9b308e2 (patch) | |
tree | 9e39a9c7674381626702de4492c5ab7f795df45f /app-misc/resolve-march-native | |
parent | app-misc/evemu: Remove py2.7 where possible (diff) | |
download | gentoo-6fe9f5c5af6567ff8e1675b2dc18b9c5b9b308e2.tar.gz gentoo-6fe9f5c5af6567ff8e1675b2dc18b9c5b9b308e2.tar.bz2 gentoo-6fe9f5c5af6567ff8e1675b2dc18b9c5b9b308e2.zip |
app-misc/resolve-march-native: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/resolve-march-native')
-rw-r--r-- | app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild | 2 | ||||
-rw-r--r-- | app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild b/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild index 2c8b4c6db6a6..bdc28fb3778b 100644 --- a/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild +++ b/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Resolve GCC flag -march=native" diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild b/app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild index 2c8b4c6db6a6..bdc28fb3778b 100644 --- a/app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild +++ b/app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Resolve GCC flag -march=native" |