Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/sshfs/
Date: Thu, 17 Oct 2019 15:04:58
Message-Id: 1571324679.ad783bfcfab481eb96cdf9cdf74bdd679dcf3f50.gokturk@gentoo
1 commit: ad783bfcfab481eb96cdf9cdf74bdd679dcf3f50
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 17 15:02:57 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 17 15:04:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad783bfc
7
8 net-fs/sshfs: keyword for riscv
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 RepoMan-Options: --include-arches="riscv"
12 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
13
14 net-fs/sshfs/sshfs-2.10-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-fs/sshfs/sshfs-2.10-r1.ebuild b/net-fs/sshfs/sshfs-2.10-r1.ebuild
18 index c83fec38cea..0fbab59c88f 100644
19 --- a/net-fs/sshfs/sshfs-2.10-r1.ebuild
20 +++ b/net-fs/sshfs/sshfs-2.10-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/libfuse/sshfs"
28 SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.gz"
29
30 LICENSE="GPL-2"
31 -KEYWORDS="amd64 arm ~arm64 hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
32 +KEYWORDS="amd64 arm ~arm64 hppa ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
33 SLOT="0"
34
35 CDEPEND=">=sys-fs/fuse-2.6.0_pre3:0