From: Philipp Ammann Date: Sat, 22 Sep 2018 17:45:16 +0000 (+0000) Subject: app-misc/ca-certificates: PYTHON_COMPAT+="python3_7" X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=98b19a8771dec5cb1be3fbb0400ad9fd35f1bb6a;p=gentoo.git app-misc/ca-certificates: PYTHON_COMPAT+="python3_7" Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Philipp Ammann Signed-off-by: Lars Wendler Closes: https://github.com/gentoo/gentoo/pull/9950 --- 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 fbbb928d022e..95efb82e672b 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