Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/
Date: Thu, 24 Feb 2022 01:04:17
Message-Id: 1645664494.4700eaa007f1732bdd2197d6a11ef1b7c119a175.dlan@gentoo
1 commit: 4700eaa007f1732bdd2197d6a11ef1b7c119a175
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 24 01:01:34 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 24 01:01:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4700eaa0
7
8 app-backup/restic: keyword ~riscv
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 app-backup/restic/restic-0.12.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-backup/restic/restic-0.12.1.ebuild b/app-backup/restic/restic-0.12.1.ebuild
17 index 518e428eda2b..011c2607e781 100644
18 --- a/app-backup/restic/restic-0.12.1.ebuild
19 +++ b/app-backup/restic/restic-0.12.1.ebuild
20 @@ -760,7 +760,7 @@ SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz
21
22 LICENSE="Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT"
23 SLOT="0"
24 -KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
25 +KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86"
26 IUSE=""
27
28 RDEPEND="sys-fs/fuse:0"