diff options
author | Wolfgang Müller | 2022-06-14 10:18:06 +0200 |
---|---|---|
committer | Wolfgang Müller | 2022-06-14 10:23:44 +0200 |
commit | 3096e4bef90d5abbadd4360ad08a698da141d07d (patch) | |
tree | 8c7d51f9031796251a8677c024691711514b4050 /app-office/beancount/beancount-2.3.5.ebuild | |
parent | 6f9808a3633533ec0bd45fc3001a08301cb14836 (diff) | |
download | pramantha-3096e4bef90d5abbadd4360ad08a698da141d07d.tar.gz |
app-office/beancount: Update PYTHON_COMPAT for python 3.10
Diffstat (limited to 'app-office/beancount/beancount-2.3.5.ebuild')
-rw-r--r-- | app-office/beancount/beancount-2.3.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/beancount/beancount-2.3.5.ebuild b/app-office/beancount/beancount-2.3.5.ebuild index ed997ec..8a0889d 100644 --- a/app-office/beancount/beancount-2.3.5.ebuild +++ b/app-office/beancount/beancount-2.3.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{9,10} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1 elisp-common |