summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:04:19 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:25:34 +0100
commit4e00ea8733863a9b41f488989c9f59b779c68d9b (patch)
treea9c4f34d525047fa8f82ef4ca265d2b4e96e6872 /app-doc/doxygen/doxygen-9999.ebuild
parentapp-crypt/heimdal: Remove py2 where possible (diff)
downloadgentoo-4e00ea8733863a9b41f488989c9f59b779c68d9b.tar.gz
gentoo-4e00ea8733863a9b41f488989c9f59b779c68d9b.tar.bz2
gentoo-4e00ea8733863a9b41f488989c9f59b779c68d9b.zip
app-doc/doxygen: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-doc/doxygen/doxygen-9999.ebuild')
-rw-r--r--app-doc/doxygen/doxygen-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild
index 3c75865cba0e..fbce5ffa6dd3 100644
--- a/app-doc/doxygen/doxygen-9999.ebuild
+++ b/app-doc/doxygen/doxygen-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
CMAKE_MAKEFILE_GENERATOR="emake"