sys-fs/cryfs: Drop python2_7
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 18 Jan 2020 22:46:58 +0000 (23:46 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 18 Jan 2020 23:08:48 +0000 (00:08 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sys-fs/cryfs/cryfs-0.10.2.ebuild
sys-fs/cryfs/cryfs-9999.ebuild

index 43b3ce951a164c1d31072410a3972a5d65305b8f..384dc785fe0600e30c7e37b808211652f5218992 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
 inherit cmake flag-o-matic linux-info python-any-r1
 
 if [[ ${PV} == 9999 ]] ; then
index ac222bf5bcf061bb66aa1c6429d65a790a7427fc..0292d83f5f3b8c9ae6f93a52ebf9794bf8c91f75 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit cmake flag-o-matic linux-info python-any-r1
 
 if [[ ${PV} == 9999 ]] ; then