From: Michał Górny Date: Mon, 10 Feb 2020 13:04:19 +0000 (+0100) Subject: app-doc/doxygen: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4e00ea8733863a9b41f488989c9f59b779c68d9b;p=gentoo.git app-doc/doxygen: Remove py2 where possible Signed-off-by: Michał Górny --- diff --git a/app-doc/doxygen/doxygen-1.8.15.ebuild b/app-doc/doxygen/doxygen-1.8.15.ebuild index c6a5a78ef9d9..494edad1726e 100644 --- a/app-doc/doxygen/doxygen-1.8.15.ebuild +++ b/app-doc/doxygen/doxygen-1.8.15.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" diff --git a/app-doc/doxygen/doxygen-1.8.16-r1.ebuild b/app-doc/doxygen/doxygen-1.8.16-r1.ebuild index e7ec247cf121..e3fc34ade516 100644 --- a/app-doc/doxygen/doxygen-1.8.16-r1.ebuild +++ b/app-doc/doxygen/doxygen-1.8.16-r1.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" 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"