From: Mart Raudsepp Date: Sun, 16 Feb 2020 10:33:46 +0000 (+0200) Subject: dev-util/gnome-builder: Enable py3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1b08267b3d81eae4eca95f55ca4b70ae33025d6a;p=gentoo.git dev-util/gnome-builder: Enable py3.8 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp --- diff --git a/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild b/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild index acfc01d71c97..f569bf3bd9c8 100644 --- a/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild +++ b/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) VALA_MIN_API_VERSION="0.36" DISABLE_AUTOFORMATTING=1 FORCE_PRINT_ELOG=1