diff options
author | Sam James <sam@gentoo.org> | 2024-11-24 23:31:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-24 23:31:03 +0000 |
commit | 6a0a17cd0cd92409d1f0404bb3fb2803e2e475f4 (patch) | |
tree | def79cd7016ec58ce2a978a8b88f4855e5fe1ba1 /app-backup | |
parent | app-backup/restic: Stabilize 0.17.1 x86, #941712 (diff) | |
download | gentoo-6a0a17cd0cd92409d1f0404bb3fb2803e2e475f4.tar.gz gentoo-6a0a17cd0cd92409d1f0404bb3fb2803e2e475f4.tar.bz2 gentoo-6a0a17cd0cd92409d1f0404bb3fb2803e2e475f4.zip |
app-backup/restic: Stabilize 0.17.1 arm, #941712
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/restic/restic-0.17.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/restic/restic-0.17.1.ebuild b/app-backup/restic/restic-0.17.1.ebuild index f2fc373a613c..926089eed980 100644 --- a/app-backup/restic/restic-0.17.1.ebuild +++ b/app-backup/restic/restic-0.17.1.ebuild @@ -12,7 +12,7 @@ SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-deps.tar.xz" LICENSE="Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86" +KEYWORDS="~amd64 arm ~arm64 ~ppc64 ~riscv x86" RDEPEND="sys-fs/fuse:0" DEPEND="${RDEPEND}" |