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 AF413138335 for ; Mon, 16 Jul 2018 19:57:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78DB5E07DF; Mon, 16 Jul 2018 19:57:30 +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 50CB4E07DF for ; Mon, 16 Jul 2018 19:57:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BBBD8335C9A for ; Mon, 16 Jul 2018 19:57:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5260378 for ; Mon, 16 Jul 2018 19:57:26 +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: <1531771030.e2a5573360f557b8f03cbab4659a3f6fbe6002c6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycurl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycurl/pycurl-7.43.0.2.ebuild X-VCS-Directories: dev-python/pycurl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e2a5573360f557b8f03cbab4659a3f6fbe6002c6 X-VCS-Branch: master Date: Mon, 16 Jul 2018 19:57:26 +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: a9478929-cfa5-4c32-a1bd-380464c245d9 X-Archives-Hash: f77596698bdb2f57845dca884d90363f commit: e2a5573360f557b8f03cbab4659a3f6fbe6002c6 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 14 20:15:30 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 16 19:57:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a55733 dev-python/pycurl: Enable py3.7 dev-python/pycurl/pycurl-7.43.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycurl/pycurl-7.43.0.2.ebuild b/dev-python/pycurl/pycurl-7.43.0.2.ebuild index 63e90028aff..7c4064cdbc8 100644 --- a/dev-python/pycurl/pycurl-7.43.0.2.ebuild +++ b/dev-python/pycurl/pycurl-7.43.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 # The selftests fail with pypy, and urlgrabber segfaults for me. -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1