diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-04-19 14:15:38 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-04-19 14:25:21 +0200 |
commit | 6265a43f8c7428a09cf5a479fcf111fcf3750a18 (patch) | |
tree | 8db45d4023879f8e46119c8bd3a04611ca39e8ae /app-text/paperwork | |
parent | dev-python/pyocr: update python version (diff) | |
download | gentoo-6265a43f8c7428a09cf5a479fcf111fcf3750a18.tar.gz gentoo-6265a43f8c7428a09cf5a479fcf111fcf3750a18.tar.bz2 gentoo-6265a43f8c7428a09cf5a479fcf111fcf3750a18.zip |
app-text/paperwork: update python version
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-text/paperwork')
-rw-r--r-- | app-text/paperwork/paperwork-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/paperwork/paperwork-1.3.1.ebuild b/app-text/paperwork/paperwork-1.3.1.ebuild index e734cbe20ef7..a5449c6e0475 100644 --- a/app-text/paperwork/paperwork-1.3.1.ebuild +++ b/app-text/paperwork/paperwork-1.3.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |