sys-cluster/singularity: Remove py2.7
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:19:53 +0000 (17:19 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 17:58:25 +0000 (19:58 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-cluster/singularity/singularity-2.6.1.ebuild

index 34a5b5315e36ebd80b5373cf8dd4e6b5833bd56a..0ae3cb4ae9188786941ecc7fd483f43449c0a769 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit autotools eutils python-single-r1