From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1043105-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B865138335 for <garchives@archives.gentoo.org>; Mon, 20 Aug 2018 06:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47202E09BE; Mon, 20 Aug 2018 06:41:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A61FE09BE for <gentoo-commits@lists.gentoo.org>; Mon, 20 Aug 2018 06:41:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33F2A33BED4 for <gentoo-commits@lists.gentoo.org>; Mon, 20 Aug 2018 06:41:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98BA43B3 for <gentoo-commits@lists.gentoo.org>; Mon, 20 Aug 2018 06:41:49 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1534747186.e45cb8298f71921b26ee6dc1f5def07585359cfd.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glib-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/glib-utils/glib-utils-2.56.2.ebuild X-VCS-Directories: dev-util/glib-utils/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e45cb8298f71921b26ee6dc1f5def07585359cfd X-VCS-Branch: master Date: Mon, 20 Aug 2018 06:41:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c625f534-003c-4c12-83c3-ebae96a79d43 X-Archives-Hash: f482284b59966ed2de5837e49d6291cb 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