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