media-libs/aubio: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:13:02 +0000 (07:13 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:37:48 +0000 (07:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-libs/aubio/aubio-0.4.8.ebuild
media-libs/aubio/aubio-0.4.9.ebuild

index dbdea5d92c6ddfc21a54d3650b88688c09f3b2e2..c0e64da911d45eae7e36fa5bd6716b5a2c049390 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE='threads(+)'
 inherit distutils-r1 waf-utils
 
index 4406674b7a91bfa2c448220e5e098ce077482f1b..b03de834c4f59a7ecddd38183aba8ff7ca0ef2ee 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE='threads(+)'
 inherit distutils-r1 waf-utils