diff options
author | 2022-06-30 10:45:12 +0100 | |
---|---|---|
committer | 2022-06-30 13:00:15 +0100 | |
commit | 4a7fc809f68db78a250a3530d7aaab4249eb5ca8 (patch) | |
tree | 5f26b88e1194e03bb9e75c0da387dba188b99a76 /app-backup/borgmatic | |
parent | sys-apps/qdirstat: drop unneeded patch (diff) | |
download | gentoo-4a7fc809f68db78a250a3530d7aaab4249eb5ca8.tar.gz gentoo-4a7fc809f68db78a250a3530d7aaab4249eb5ca8.tar.bz2 gentoo-4a7fc809f68db78a250a3530d7aaab4249eb5ca8.zip |
app-backup/borgmatic: enable py3.11
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-backup/borgmatic')
-rw-r--r-- | app-backup/borgmatic/borgmatic-1.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/borgmatic/borgmatic-1.6.4.ebuild b/app-backup/borgmatic/borgmatic-1.6.4.ebuild index f48f145dc769..502919f25ae7 100644 --- a/app-backup/borgmatic/borgmatic-1.6.4.ebuild +++ b/app-backup/borgmatic/borgmatic-1.6.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools |