media-libs/avidemux-plugins: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:56:11 +0000 (12:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 12:12:29 +0000 (13:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-libs/avidemux-plugins/avidemux-plugins-2.7.3.ebuild
media-libs/avidemux-plugins/avidemux-plugins-2.7.4.ebuild

index 0650e3a9f4d830aee3e0f20ed44a51647758b8b7..2886869b64560491f1d2d22ed70ae5a5fa338e91 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit cmake python-single-r1
 
index cad08c9330b641d3a5352cdf34e9d9dd21a3e413..b88e94f5c0ee2a8d2e4dfe3e678a7786a50ad7b2 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit cmake python-single-r1