diff options
author | Sam James <sam@gentoo.org> | 2024-11-24 23:31:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-24 23:31:02 +0000 |
commit | 8384d33e111192fbb2f0ccbb761992d2fbc41f17 (patch) | |
tree | 2e9e16edea9a11157cdf7193151b139513516545 /app-backup | |
parent | dev-tcltk/blt: build w/ -std=gnu17 (diff) | |
download | gentoo-8384d33e111192fbb2f0ccbb761992d2fbc41f17.tar.gz gentoo-8384d33e111192fbb2f0ccbb761992d2fbc41f17.tar.bz2 gentoo-8384d33e111192fbb2f0ccbb761992d2fbc41f17.zip |
app-backup/restic: Stabilize 0.17.1 x86, #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 1f7370b91e27..f2fc373a613c 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}" |