aboutsummaryrefslogtreecommitdiffstats
path: root/app-office
diff options
context:
space:
mode:
authorWolfgang Müller2022-03-16 10:48:21 +0100
committerWolfgang Müller2022-03-16 10:50:23 +0100
commit88259acc93e61ebd268cedaf90edb4f7f8190f8e (patch)
tree8852e5dcdfb9f810e8373eeef0f4565d0e2e7e90 /app-office
parent993eda826ee5b66b4591fc0c49cc3e9c6bb32a61 (diff)
downloadpramantha-88259acc93e61ebd268cedaf90edb4f7f8190f8e.tar.gz
app-office/fava-plugins: disable py3.7, py3.8
Diffstat (limited to 'app-office')
-rw-r--r--app-office/fava-plugins/fava-plugins-1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/fava-plugins/fava-plugins-1.0.ebuild b/app-office/fava-plugins/fava-plugins-1.0.ebuild
index 4f5787e..edf05ff 100644
--- a/app-office/fava-plugins/fava-plugins-1.0.ebuild
+++ b/app-office/fava-plugins/fava-plugins-1.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_9 )
inherit distutils-r1