diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:17:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:25:05 +0100 |
commit | 270dea3b19878a678a8b94917a3a013cd2d160ac (patch) | |
tree | 27c274bbb3ea822449ab5ff41895ec8befde5d0a /x11-misc/menumaker | |
parent | sys-process/audit: Remove py2 (diff) | |
download | gentoo-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/menumaker')
-rw-r--r-- | x11-misc/menumaker/menumaker-0.99.10.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/menumaker/menumaker-0.99.11.ebuild | 2 |
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 |