diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2020-05-06 22:15:44 +0200 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2020-05-06 22:16:29 +0200 |
commit | a33eaca145234c68b9a46ef2887b051aefd6b177 (patch) | |
tree | cb60b15abe3f855b4f75797c9b4255ecdab09850 /www-apps/blohg | |
parent | net-misc/radvd: fix direct call to ar (diff) | |
download | gentoo-a33eaca145234c68b9a46ef2887b051aefd6b177.tar.gz gentoo-a33eaca145234c68b9a46ef2887b051aefd6b177.tar.bz2 gentoo-a33eaca145234c68b9a46ef2887b051aefd6b177.zip |
www-apps/blohg: Add python3_{7,8}
Closes: https://bugs.gentoo.org/718538
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rafael Martins <rafaelmartins@gentoo.org>
Diffstat (limited to 'www-apps/blohg')
-rw-r--r-- | www-apps/blohg/blohg-0.13-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/blohg/blohg-0.13-r4.ebuild b/www-apps/blohg/blohg-0.13-r4.ebuild index 6a4abc9a54f5..fcd783f4f398 100644 --- a/www-apps/blohg/blohg-0.13-r4.ebuild +++ b/www-apps/blohg/blohg-0.13-r4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) GIT_ECLASS="" if [[ ${PV} = *9999* ]]; then |