sys-fs/cryptsetup: Enable Python 3.7 support
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 20 Jul 2018 19:59:21 +0000 (21:59 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 20 Jul 2018 21:38:11 +0000 (23:38 +0200)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

sys-fs/cryptsetup/cryptsetup-1.7.5-r1.ebuild
sys-fs/cryptsetup/cryptsetup-2.0.3-r1.ebuild

index 267775b5275f7c78907335ee96c0e5913cf202f7..aae1559690ed4909a8c4a8c596d0de684ab443eb 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=5
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit autotools distutils-r1 linux-info libtool eutils versionator
 
index 640aa2a4e056e36b13152acaf2561388e90d1552..90930f1120c1a5653e5578e2e9494e29984480f3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit autotools python-single-r1 linux-info libtool ltprune versionator