diff options
author | Wynn Wolf Arbor | 2020-04-19 16:07:18 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-04-19 16:07:18 +0200 |
commit | aae106aed5f9be9b27cc196f01990aa242dd4f65 (patch) | |
tree | 3e8e9141b7b1da2b2aa18ec85c5d545bbc1f019e /app-office/fava/fava-1.14-r1.ebuild | |
parent | 7ecebbbfdceb24ce4f30a8129690534ec892fcc7 (diff) | |
download | pramantha-aae106aed5f9be9b27cc196f01990aa242dd4f65.tar.gz |
app-office/fava: Bump to 1.14-r1
This commit adds support for python 3.7.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to '')
-rw-r--r-- | app-office/fava/fava-1.14-r1.ebuild (renamed from app-office/fava/fava-1.14.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/fava/fava-1.14.ebuild b/app-office/fava/fava-1.14-r1.ebuild index 4d9cf26..f4cf01b 100644 --- a/app-office/fava/fava-1.14.ebuild +++ b/app-office/fava/fava-1.14-r1.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} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1 elisp-common |