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 C3103138334 for ; Mon, 16 Jul 2018 22:16:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0A22E07A7; Mon, 16 Jul 2018 22:16:35 +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 94889E07A7 for ; Mon, 16 Jul 2018 22:16:34 +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 8D7AE335C2E for ; Mon, 16 Jul 2018 22:16:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CD73353 for ; Mon, 16 Jul 2018 22:16:31 +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: <1531779386.9bda1a3673601fc0a19f8b60d8c99c49bba52216.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gemato/gemato-13.1.ebuild app-portage/gemato/gemato-9999.ebuild X-VCS-Directories: app-portage/gemato/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9bda1a3673601fc0a19f8b60d8c99c49bba52216 X-VCS-Branch: master Date: Mon, 16 Jul 2018 22:16:31 +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: 9474e5dd-b0e9-4d01-9bad-6aa84171210f X-Archives-Hash: e94a6fa481142548223a360c6106133a commit: 9bda1a3673601fc0a19f8b60d8c99c49bba52216 Author: Michał Górny gentoo org> AuthorDate: Mon Jul 16 22:08:39 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 16 22:16:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bda1a36 app-portage/gemato: Enable py3.7 app-portage/gemato/gemato-13.1.ebuild | 2 +- app-portage/gemato/gemato-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/gemato/gemato-13.1.ebuild b/app-portage/gemato/gemato-13.1.ebuild index 2c4755f0e3f..cd896020195 100644 --- a/app-portage/gemato/gemato-13.1.ebuild +++ b/app-portage/gemato/gemato-13.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 # pyblake2 & pysha3 are broken with pypy3 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) PYTHON_REQ_USE='threads(+)' inherit distutils-r1 diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild index d58dc34eb2e..da28752419b 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 # pyblake2 & pysha3 are broken with pypy3 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) PYTHON_REQ_USE='threads(+)' inherit distutils-r1 git-r3