diff options
author | Nicholas Meyer <nickaristocrates@gmail.com> | 2020-11-01 00:37:25 -0700 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-01 10:18:19 +0200 |
commit | 79af39d4c90861cf3cff9f4f4561e540ae039106 (patch) | |
tree | ff50d3b75d43996c1362fbc408a4109e71313b60 /app-crypt | |
parent | app-crypt/pius: pull in minor fixes from upstream (diff) | |
download | gentoo-79af39d4c90861cf3cff9f4f4561e540ae039106.tar.gz gentoo-79af39d4c90861cf3cff9f4f4561e540ae039106.tar.bz2 gentoo-79af39d4c90861cf3cff9f4f4561e540ae039106.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>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pius/pius-3.0.0-r1.ebuild | 2 |
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 |