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 9DE1C138334 for ; Tue, 24 Jul 2018 12:45:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA601E091B; Tue, 24 Jul 2018 12:45:37 +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 76189E091B for ; Tue, 24 Jul 2018 12:45:37 +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 CEF9833BEB2 for ; Tue, 24 Jul 2018 12:45:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05E5F388 for ; Tue, 24 Jul 2018 12:45:34 +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: <1532436327.c238ee01c4f59169123ae03789249486bcb1e026.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpeas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpeas/libpeas-1.20.0-r1.ebuild X-VCS-Directories: dev-libs/libpeas/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c238ee01c4f59169123ae03789249486bcb1e026 X-VCS-Branch: master Date: Tue, 24 Jul 2018 12:45:34 +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: 73fccd78-a44b-47d8-b1fe-52e47450b856 X-Archives-Hash: 5a2b2f855d33b5ef594dcd8c5961c662 commit: c238ee01c4f59169123ae03789249486bcb1e026 Author: Michał Górny gentoo org> AuthorDate: Tue Jul 24 09:49:17 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 24 12:45:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c238ee01 dev-libs/libpeas: Enable py3.7 dev-libs/libpeas/libpeas-1.20.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild index ead15aa6969..9eee684fe8b 100644 --- a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild +++ b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} ) inherit autotools eutils gnome2 multilib python-single-r1 virtualx