app-emulation/glean: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:35:16 +0000 (11:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:19 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-emulation/glean/glean-1.10.3.ebuild

index 02386303f8699dcee1c1792c4e97dc096e89d84b..db1ffac942b3f7de59704b5125968632466bb58d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1