From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 09F14138334 for ; Tue, 24 Jul 2018 15:10:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE158E092F; Tue, 24 Jul 2018 15:10:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C6907E092F for ; Tue, 24 Jul 2018 15:10:18 +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 89DE633BE66 for ; Tue, 24 Jul 2018 15:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3373838A for ; Tue, 24 Jul 2018 15:10:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1532445008.457d05d37c58047cb555cfab976fed943d92be9c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.54.3-r6.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 457d05d37c58047cb555cfab976fed943d92be9c X-VCS-Branch: master Date: Tue, 24 Jul 2018 15:10:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 94599d5a-9107-4783-85cf-818484884389 X-Archives-Hash: 583bbf57aa1ece7db983673796190607 commit: 457d05d37c58047cb555cfab976fed943d92be9c Author: Michał Górny gentoo org> AuthorDate: Tue Jul 24 14:48:18 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 24 15:10:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457d05d3 dev-libs/glib: Enable py3.7 dev-libs/glib/glib-2.54.3-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/glib/glib-2.54.3-r6.ebuild b/dev-libs/glib/glib-2.54.3-r6.ebuild index 4d02ca0b776..3541bdfccbe 100644 --- a/dev-libs/glib/glib-2.54.3-r6.ebuild +++ b/dev-libs/glib/glib-2.54.3-r6.ebuild @@ -6,7 +6,7 @@ # then to be think very closely. EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) # Completely useless with or without USE static-libs, people need to use # pkg-config GNOME2_LA_PUNT="yes"