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