commit:     eee884dfe415da42bb37a33604c56161090da980
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 15:17:22 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 16:36:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee884df

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 <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.17.ebuild | 4 ++--
 1 file 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 534844c6864..e9e83574cbf 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"

Reply via email to