diff options
author | Sam James <sam@gentoo.org> | 2024-10-11 01:23:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-11 01:23:35 +0100 |
commit | 91ea2b22d9c0d581ccba8cacfca896dab1fb295c (patch) | |
tree | 9cfccea93b0515dc8485ef06f2c1c5d80c568667 /app-backup | |
parent | net-im/telegram-desktop: drop 5.2.3, 5.4.1, 5.5.1 (diff) | |
download | gentoo-91ea2b22d9c0d581ccba8cacfca896dab1fb295c.tar.gz gentoo-91ea2b22d9c0d581ccba8cacfca896dab1fb295c.tar.bz2 gentoo-91ea2b22d9c0d581ccba8cacfca896dab1fb295c.zip |
app-backup/restic: Stabilize 0.17.0 x86, #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 1f7370b91e27..f2fc373a613c 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}" |