diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:41:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:54:11 +0100 |
commit | cef72a76d590e7bc43220c5e73aea31445496719 (patch) | |
tree | 52dbf23add6fb5ee6d10d64ead24dfbd3df151d9 /dev-util/scanmem | |
parent | dev-util/include-what-you-use: Remove py2 (diff) | |
download | gentoo-cef72a76d590e7bc43220c5e73aea31445496719.tar.gz gentoo-cef72a76d590e7bc43220c5e73aea31445496719.tar.bz2 gentoo-cef72a76d590e7bc43220c5e73aea31445496719.zip |
dev-util/scanmem: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/scanmem')
-rw-r--r-- | dev-util/scanmem/scanmem-0.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/scanmem/scanmem-0.17.ebuild b/dev-util/scanmem/scanmem-0.17.ebuild index 394918a7c74b..2c502521ae88 100644 --- a/dev-util/scanmem/scanmem-0.17.ebuild +++ b/dev-util/scanmem/scanmem-0.17.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools eutils python-single-r1 |