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 B5430138334 for ; Fri, 20 Jul 2018 22:51:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2AD6E0CB0; Fri, 20 Jul 2018 22:51:01 +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 7FEC8E0CB0 for ; Fri, 20 Jul 2018 22:51:01 +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 0ED90335CA9 for ; Fri, 20 Jul 2018 22:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1973F353 for ; Fri, 20 Jul 2018 22:50:58 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1532127049.0789600c99ff84ce2e0357457b125c0c0b916e06.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/airdcpp-webclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/airdcpp-webclient/airdcpp-webclient-2.3.0.ebuild X-VCS-Directories: net-p2p/airdcpp-webclient/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 0789600c99ff84ce2e0357457b125c0c0b916e06 X-VCS-Branch: master Date: Fri, 20 Jul 2018 22:50:58 +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: 5382d26b-c8ba-4437-ba90-5a141e26c595 X-Archives-Hash: f2da30979e422e9aeede8df098b19a6d commit: 0789600c99ff84ce2e0357457b125c0c0b916e06 Author: Louis Sautier gentoo org> AuthorDate: Thu Jul 19 13:36:26 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Fri Jul 20 22:50:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0789600c net-p2p/airdcpp-webclient: add Python 3.7 Package-Manager: Portage-2.3.43, Repoman-2.3.10 net-p2p/airdcpp-webclient/airdcpp-webclient-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.3.0.ebuild b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.3.0.ebuild index 9c72310e8ce..8bb9603ef74 100644 --- a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.3.0.ebuild +++ b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} ) inherit cmake-utils python-any-r1 user