From e45cb8298f71921b26ee6dc1f5def07585359cfd Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 20 Aug 2018 09:39:46 +0300 Subject: [PATCH] dev-util/glib-utils: drop python2 from compat python2 handles non-utf8 files badly for glib-mkenums, while it seems to be just a warning with python3. So drop python2 support, at least for now. Before it was kept due to bad glib[$PYTHON_USEDEP] deps, when mkenums was part of dev-libs/glib, but that's not a concern with this new package. Bug: https://bugs.gentoo.org/647892 Package-Manager: Portage-2.3.47, Repoman-2.3.10 --- dev-util/glib-utils/glib-utils-2.56.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/glib-utils/glib-utils-2.56.2.ebuild b/dev-util/glib-utils/glib-utils-2.56.2.ebuild index fb52a8b8a925..29a579b0b9e5 100644 --- a/dev-util/glib-utils/glib-utils-2.56.2.ebuild +++ b/dev-util/glib-utils/glib-utils-2.56.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{3_5,3_6,3_7} ) GNOME_ORG_MODULE="glib" inherit gnome.org python-single-r1 -- 2.26.2