diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-20 16:17:22 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-20 17:36:31 +0100 |
commit | eee884dfe415da42bb37a33604c56161090da980 (patch) | |
tree | ce760006a3780548c400d5ad0141316afa4a267c /app-backup | |
parent | dev-python/adblock: fix regular expression in QA_FLAGS_IGNORED (diff) | |
download | gentoo-eee884dfe415da42bb37a33604c56161090da980.tar.gz gentoo-eee884dfe415da42bb37a33604c56161090da980.tar.bz2 gentoo-eee884dfe415da42bb37a33604c56161090da980.zip |
app-backup/borgbackup: keyword 1.1.17 for ~riscv
Builds, installs and handled daily backups of my test system just fine.
I _have_ seen some test failures having run the test suite under
tox/py39 which I do not see on amd64, that said they are limited to
test_readonly_ (and for some scenarios only too) so I strongly suspect it
might have less to do with the arch and more with the underlying file
system.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/borgbackup/borgbackup-1.1.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/borgbackup/borgbackup-1.1.17.ebuild b/app-backup/borgbackup/borgbackup-1.1.17.ebuild index 534844c68647..e9e83574cbf0 100644 --- a/app-backup/borgbackup/borgbackup-1.1.17.ebuild +++ b/app-backup/borgbackup/borgbackup-1.1.17.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi DESCRIPTION="Deduplicating backup program with compression and authenticated encryption" |