Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/
Date: Thu, 15 Sep 2022 05:22:11
Message-Id: 1663219325.7528b3400d457a1ee9d5d20449d7410ede720dee.juippis@gentoo
1 commit: 7528b3400d457a1ee9d5d20449d7410ede720dee
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 15 05:18:53 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 15 05:22:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7528b340
7
8 app-backup/restic: Stabilize 0.13.1 amd64, #869398
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-backup/restic/restic-0.13.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-backup/restic/restic-0.13.1.ebuild b/app-backup/restic/restic-0.13.1.ebuild
16 index 37c3e5336204..703493f8280a 100644
17 --- a/app-backup/restic/restic-0.13.1.ebuild
18 +++ b/app-backup/restic/restic-0.13.1.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
20
21 LICENSE="Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
25 IUSE=""
26
27 RDEPEND="sys-fs/fuse:0"