Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ca-certificates/
Date: Mon, 01 Oct 2018 14:03:44
Message-Id: 1538402604.98b19a8771dec5cb1be3fbb0400ad9fd35f1bb6a.polynomial-c@gentoo
1 commit: 98b19a8771dec5cb1be3fbb0400ad9fd35f1bb6a
2 Author: Philipp Ammann <philipp.ammann <AT> posteo <DOT> de>
3 AuthorDate: Sat Sep 22 17:45:16 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 14:03:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b19a87
7
8 app-misc/ca-certificates: PYTHON_COMPAT+="python3_7"
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.11
11 Signed-off-by: Philipp Ammann <philipp.ammann <AT> posteo.de>
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13 Closes: https://github.com/gentoo/gentoo/pull/9950
14
15 app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild b/app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild
19 index fbbb928d022..95efb82e672 100644
20 --- a/app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild
21 +++ b/app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 # The Debian ca-certificates package merely takes the CA database as it exists
28 @@ -26,7 +26,7 @@
29
30 EAPI=6
31
32 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
33 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
34
35 inherit eutils python-any-r1