diff options
author | Wolfgang Müller | 2022-03-16 10:48:21 +0100 |
---|---|---|
committer | Wolfgang Müller | 2022-03-16 10:50:23 +0100 |
commit | 88259acc93e61ebd268cedaf90edb4f7f8190f8e (patch) | |
tree | 8852e5dcdfb9f810e8373eeef0f4565d0e2e7e90 /app-office/fava-plugins/fava-plugins-1.0.ebuild | |
parent | 993eda826ee5b66b4591fc0c49cc3e9c6bb32a61 (diff) | |
download | pramantha-88259acc93e61ebd268cedaf90edb4f7f8190f8e.tar.gz |
app-office/fava-plugins: disable py3.7, py3.8
Diffstat (limited to '')
-rw-r--r-- | app-office/fava-plugins/fava-plugins-1.0.ebuild | 2 |
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 |