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: sys-fs/fuse-common/
Date: Thu, 17 Oct 2019 15:04:58
Message-Id: 1571324668.67d01a772460f6f8afc447de20bb6d10448f30ab.gokturk@gentoo
1 commit: 67d01a772460f6f8afc447de20bb6d10448f30ab
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 17 14:50:33 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 17 15:04:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d01a77
7
8 sys-fs/fuse-common: 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 sys-fs/fuse-common/fuse-common-3.4.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-fs/fuse-common/fuse-common-3.4.1.ebuild b/sys-fs/fuse-common/fuse-common-3.4.1.ebuild
18 index 1bee8df8257..93ecce7e5f6 100644
19 --- a/sys-fs/fuse-common/fuse-common-3.4.1.ebuild
20 +++ b/sys-fs/fuse-common/fuse-common-3.4.1.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=7
27 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${
28
29 LICENSE="GPL-2 LGPL-2.1"
30 SLOT="0"
31 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
32 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
33
34 DEPEND="virtual/pkgconfig"
35 RDEPEND="!<sys-fs/fuse-2.9.7-r1:0"