diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-09-15 08:47:37 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-09-15 08:47:37 +0200 |
commit | a22a43458cf0195ff5fedf452565eae1d03e73a4 (patch) | |
tree | 593ea9681f0041b77599d6f1e0280a0407eb8bcb /app-backup | |
parent | dev-ml/bos: Stabilize 0.2.1 arm, #867118 (diff) | |
download | gentoo-a22a43458cf0195ff5fedf452565eae1d03e73a4.tar.gz gentoo-a22a43458cf0195ff5fedf452565eae1d03e73a4.tar.bz2 gentoo-a22a43458cf0195ff5fedf452565eae1d03e73a4.zip |
app-backup/restic: Stabilize 0.13.1 arm, #869398
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/restic/restic-0.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/restic/restic-0.13.1.ebuild b/app-backup/restic/restic-0.13.1.ebuild index 42e62356a397..a7ea04958c68 100644 --- a/app-backup/restic/restic-0.13.1.ebuild +++ b/app-backup/restic/restic-0.13.1.ebuild @@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${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" IUSE="" RDEPEND="sys-fs/fuse:0" |