diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-08 11:07:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-08 11:20:04 +0100 |
commit | d76c3725484dcd2980691ecee8250e276b453299 (patch) | |
tree | 0e7a95f7b1e4d34c4d3187b566f5172aa3a21a31 /app-misc/votrify | |
parent | app-eselect/eselect-repository: Tested on python3.8 (diff) | |
download | gentoo-d76c3725484dcd2980691ecee8250e276b453299.tar.gz gentoo-d76c3725484dcd2980691ecee8250e276b453299.tar.bz2 gentoo-d76c3725484dcd2980691ecee8250e276b453299.zip |
app-misc/votrify: Tested on python3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/votrify')
-rw-r--r-- | app-misc/votrify/votrify-5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/votrify/votrify-5.ebuild b/app-misc/votrify/votrify-5.ebuild index 179f0affaf98..9715317888eb 100644 --- a/app-misc/votrify/votrify-5.ebuild +++ b/app-misc/votrify/votrify-5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit python-single-r1 |