diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 19:20:28 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 19:20:28 +0200 |
commit | 4708f874581ad743b7810e3f81435460be3c5f0b (patch) | |
tree | 6319965e43c1a856b6846d1d1f3c3423b740bdcd /app-crypt | |
parent | dev-python/zstandard: Add python3_6 (diff) | |
download | gentoo-4708f874581ad743b7810e3f81435460be3c5f0b.tar.gz gentoo-4708f874581ad743b7810e3f81435460be3c5f0b.tar.bz2 gentoo-4708f874581ad743b7810e3f81435460be3c5f0b.zip |
app-crypt/acme: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-0.13.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/acme/acme-0.13.0.ebuild b/app-crypt/acme/acme-0.13.0.ebuild index ce2e17f3d795..69472741cfca 100644 --- a/app-crypt/acme/acme-0.13.0.ebuild +++ b/app-crypt/acme/acme-0.13.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,3_5}) +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index ce2e17f3d795..69472741cfca 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.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,3_5}) +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" |