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

index 2378565f6dcdb307a7b3efe342362248943d4a98..c20405e8e1b0c5b9f73696299d9c8f1c8b4b9aa9 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit autotools python-single-r1