www-servers/varnish: Remove py2.7
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:21:51 +0000 (17:21 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 17:58:31 +0000 (19:58 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
www-servers/varnish/varnish-6.0.1.ebuild
www-servers/varnish/varnish-6.1.1.ebuild

index 8f8ce746c0baadf23786d7d8d2b3ba507f8554bc..b259b36b803dd4c0f4c8d50ddf573909bd56fd43 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit user autotools systemd python-r1
 
index 01cc351796369fd0dd08cfe55d5f278182bd834b..a335a46245c0820d6448af44197379ed73dc79ee 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit user autotools systemd python-r1