diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-03 13:34:38 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-03 13:34:38 +0100 |
commit | babcdd7cd3d5036a08411c14c9c428514774fa75 (patch) | |
tree | d63506f4d1cb1e964993c69ece714cc9337fa6f6 /app-backup | |
parent | dev-python/theano-pymc: amd64 stable wrt bug #773448 (diff) | |
download | gentoo-babcdd7cd3d5036a08411c14c9c428514774fa75.tar.gz gentoo-babcdd7cd3d5036a08411c14c9c428514774fa75.tar.bz2 gentoo-babcdd7cd3d5036a08411c14c9c428514774fa75.zip |
app-backup/restic: amd64 stable wrt bug #773973
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/restic/restic-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/restic/restic-0.11.0.ebuild b/app-backup/restic/restic-0.11.0.ebuild index 15756fd23729..d2e050a5114e 100644 --- a/app-backup/restic/restic-0.11.0.ebuild +++ b/app-backup/restic/restic-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -607,7 +607,7 @@ SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" RDEPEND="sys-fs/fuse:0" |