Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/
Date: Wed, 23 Feb 2022 10:15:09
Message-Id: 1645611297.b63bcc4f18eeb60e0c862e10e64ff6ce67fc3753.jsmolic@gentoo
1 commit: b63bcc4f18eeb60e0c862e10e64ff6ce67fc3753
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 23 10:14:57 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 23 10:14:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63bcc4f
7
8 app-backup/restic: Stabilize 0.12.1 arm, #828325
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 app-backup/restic/restic-0.12.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-backup/restic/restic-0.12.1.ebuild b/app-backup/restic/restic-0.12.1.ebuild
16 index 2a40c9e4bebc..518e428eda2b 100644
17 --- a/app-backup/restic/restic-0.12.1.ebuild
18 +++ b/app-backup/restic/restic-0.12.1.ebuild
19 @@ -760,7 +760,7 @@ SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
24 +KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
25 IUSE=""
26
27 RDEPEND="sys-fs/fuse:0"