diff options
author | 2020-02-10 14:04:19 +0100 | |
---|---|---|
committer | 2020-02-10 14:25:34 +0100 | |
commit | 4e00ea8733863a9b41f488989c9f59b779c68d9b (patch) | |
tree | a9c4f34d525047fa8f82ef4ca265d2b4e96e6872 /app-doc/doxygen/doxygen-9999.ebuild | |
parent | app-crypt/heimdal: Remove py2 where possible (diff) | |
download | gentoo-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.ebuild | 2 |
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" |