summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-28 21:25:15 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-28 21:40:30 +0100
commitf65746960af6d9061cc790ca4f15c9007aa7ec91 (patch)
tree8326055facb73eabcf561d383840343c6a90d553 /sys-block
parentsys-block/seekwatcher: Permit *-python2 packages (diff)
downloadgentoo-f65746960af6d9061cc790ca4f15c9007aa7ec91.tar.gz
gentoo-f65746960af6d9061cc790ca4f15c9007aa7ec91.tar.bz2
gentoo-f65746960af6d9061cc790ca4f15c9007aa7ec91.zip
sys-block/seekwatcher: Remove py2 from 0.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/seekwatcher/seekwatcher-0.13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index 8b69e1eacdb8..9fb2f9625e50 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1