commit: e45cb8298f71921b26ee6dc1f5def07585359cfd Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Mon Aug 20 06:39:46 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Mon Aug 20 06:39:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45cb829
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 fb52a8b8a92..29a579b0b9e 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
