summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Meyer <nickaristocrates@gmail.com>2020-11-01 00:37:25 -0700
committerJoonas Niilola <juippis@gentoo.org>2020-11-01 10:18:19 +0200
commit79af39d4c90861cf3cff9f4f4561e540ae039106 (patch)
treeff50d3b75d43996c1362fbc408a4109e71313b60
parentapp-crypt/pius: pull in minor fixes from upstream (diff)
downloadgentoo-79af39d4.tar.gz
gentoo-79af39d4.tar.bz2
gentoo-79af39d4.zip
app-crypt/pius: add python3_9 to PYTHON_COMPAT
Closes: https://bugs.gentoo.org/752084 Signed-off-by: Nicholas Meyer <nickaristocrates@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18103 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--app-crypt/pius/pius-3.0.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/pius/pius-3.0.0-r1.ebuild b/app-crypt/pius/pius-3.0.0-r1.ebuild
index 105bf866e5e7..91fa4e0e911f 100644
--- a/app-crypt/pius/pius-3.0.0-r1.ebuild
+++ b/app-crypt/pius/pius-3.0.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1