diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-04-09 08:52:26 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-04-09 08:52:26 +0300 |
commit | bd450478a2a07935bbf15b4159aaa15d5f77ea2b (patch) | |
tree | 01eba0bc78874ee2007977819aeb095dd6b13d16 /app-backup | |
parent | app-backup/restic: Stabilize 0.16.4 amd64, #927914 (diff) | |
download | gentoo-bd450478a2a07935bbf15b4159aaa15d5f77ea2b.tar.gz gentoo-bd450478a2a07935bbf15b4159aaa15d5f77ea2b.tar.bz2 gentoo-bd450478a2a07935bbf15b4159aaa15d5f77ea2b.zip |
app-backup/restic: Stabilize 0.16.4 x86, #927914
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/restic/restic-0.16.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/restic/restic-0.16.4.ebuild b/app-backup/restic/restic-0.16.4.ebuild index b63cefe3f936..a3221ce6633e 100644 --- a/app-backup/restic/restic-0.16.4.ebuild +++ b/app-backup/restic/restic-0.16.4.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" RDEPEND="sys-fs/fuse:0" DEPEND="${RDEPEND}" |