diff options
author | 2024-10-11 01:23:36 +0100 | |
---|---|---|
committer | 2024-10-11 01:23:36 +0100 | |
commit | f8fa58dd877fbddc2d03429d11377b9304b91aa6 (patch) | |
tree | a4574db88ee7a91153c10056a031bca2f34cdef8 /app-backup | |
parent | app-backup/restic: Stabilize 0.17.0 x86, #941108 (diff) | |
download | gentoo-f8fa58dd877fbddc2d03429d11377b9304b91aa6.tar.gz gentoo-f8fa58dd877fbddc2d03429d11377b9304b91aa6.tar.bz2 gentoo-f8fa58dd877fbddc2d03429d11377b9304b91aa6.zip |
app-backup/restic: Stabilize 0.17.0 amd64, #941108
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/restic/restic-0.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/restic/restic-0.17.0.ebuild b/app-backup/restic/restic-0.17.0.ebuild index f2fc373a613c..39a1d2618130 100644 --- a/app-backup/restic/restic-0.17.0.ebuild +++ b/app-backup/restic/restic-0.17.0.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}" |