app-portage/smart-live-rebuild: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:30:59 +0000 (12:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:38:14 +0000 (12:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild
app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild

index 7f3072729e8a65e3fde9c394a1e63546cca3a310..ae9763d9f0f2231f6c87cabf83c2cb314de1f27e 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1
 
index 86d7aeb6f5e600ccec3f8c32f0bbd3bf42a92a51..a3df3de1d410c7d8059c246f43ccf8c076cc81f4 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
 inherit distutils-r1 git-r3