From: Bernard Cafarelli Date: Sun, 19 Apr 2020 12:15:38 +0000 (+0200) Subject: app-text/paperwork: update python version X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6265a43f8c7428a09cf5a479fcf111fcf3750a18;p=gentoo.git app-text/paperwork: update python version Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Bernard Cafarelli --- 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