app-crypt/acme-tiny: PYTHON_TARGETS+="python3_7"

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Philipp Ammann <philipp.ammann@posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/11854
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
This commit is contained in:
Philipp Ammann
2019-04-28 15:40:04 +00:00
committed by Virgil Dupras
parent 1740e1295b
commit e0bbd89a4f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then