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 247E2138334 for ; Mon, 1 Oct 2018 14:03:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36FBCE0971; Mon, 1 Oct 2018 14:03:43 +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 177F8E0971 for ; Mon, 1 Oct 2018 14:03:43 +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 A7ABB335C31 for ; Mon, 1 Oct 2018 14:03:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89E7B2C6 for ; Mon, 1 Oct 2018 14:03:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1538402604.98b19a8771dec5cb1be3fbb0400ad9fd35f1bb6a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ca-certificates/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild X-VCS-Directories: app-misc/ca-certificates/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 98b19a8771dec5cb1be3fbb0400ad9fd35f1bb6a X-VCS-Branch: master Date: Mon, 1 Oct 2018 14:03:39 +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: 348e8666-6956-4789-924f-599db3065272 X-Archives-Hash: 931114dd5bed33e08a1f8905b537bb40 commit: 98b19a8771dec5cb1be3fbb0400ad9fd35f1bb6a Author: Philipp Ammann posteo de> AuthorDate: Sat Sep 22 17:45:16 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Oct 1 14:03:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b19a87 app-misc/ca-certificates: PYTHON_COMPAT+="python3_7" Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Philipp Ammann posteo.de> Signed-off-by: Lars Wendler gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/9950 app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild b/app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild index fbbb928d022..95efb82e672 100644 --- a/app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # The Debian ca-certificates package merely takes the CA database as it exists @@ -26,7 +26,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit eutils python-any-r1