diff options
Diffstat (limited to 'app-backup/restic/restic-0.14.0.ebuild')
-rw-r--r-- | app-backup/restic/restic-0.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/restic/restic-0.14.0.ebuild b/app-backup/restic/restic-0.14.0.ebuild index 3f14c9077b21..a5378cbbba3a 100644 --- a/app-backup/restic/restic-0.14.0.ebuild +++ b/app-backup/restic/restic-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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}" |