summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 22:17:25 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 22:25:05 +0100
commit270dea3b19878a678a8b94917a3a013cd2d160ac (patch)
tree27c274bbb3ea822449ab5ff41895ec8befde5d0a /x11-misc
parentsys-process/audit: Remove py2 (diff)
downloadgentoo-270dea3b19878a678a8b94917a3a013cd2d160ac.tar.gz
gentoo-270dea3b19878a678a8b94917a3a013cd2d160ac.tar.bz2
gentoo-270dea3b19878a678a8b94917a3a013cd2d160ac.zip
x11-misc/menumaker: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/menumaker/menumaker-0.99.10.ebuild2
-rw-r--r--x11-misc/menumaker/menumaker-0.99.11.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/menumaker/menumaker-0.99.10.ebuild b/x11-misc/menumaker/menumaker-0.99.10.ebuild
index b531cdbc0e18..b7fbd34187e3 100644
--- a/x11-misc/menumaker/menumaker-0.99.10.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.10.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit autotools python-r1
diff --git a/x11-misc/menumaker/menumaker-0.99.11.ebuild b/x11-misc/menumaker/menumaker-0.99.11.ebuild
index 21e963349547..0b9d81b0f83f 100644
--- a/x11-misc/menumaker/menumaker-0.99.11.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.11.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit autotools python-r1