diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-04-15 10:14:43 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-04-15 10:17:12 +0300 |
commit | 681ae07a7b60e6ed8207361009fab4c63828a3ac (patch) | |
tree | 5ea3dce638252668f30593edb33bd58d837edee7 /app-backup | |
parent | dev-ruby/stringio: add 3.0.6 (diff) | |
download | gentoo-681ae07a7b60e6ed8207361009fab4c63828a3ac.tar.gz gentoo-681ae07a7b60e6ed8207361009fab4c63828a3ac.tar.bz2 gentoo-681ae07a7b60e6ed8207361009fab4c63828a3ac.zip |
app-backup/restic: Stabilize 0.14.0 amd64, #892455
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-backup')
-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}" |