dev-util/setconf: Remove py2.7 where possible
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:02:49 +0000 (17:02 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:07:59 +0000 (17:07 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/setconf/setconf-0.6.7.ebuild

index 80a45d7339c71dd19e28c531669c7f2e6dff3906..9152802536d1b29df8af7cf8e23d67a2c2b8d609 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit python-single-r1
 
 DESCRIPTION="A small python based utility used to change configuration files"