diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2019-10-17 10:50:33 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2019-10-17 11:04:28 -0400 |
commit | 67d01a772460f6f8afc447de20bb6d10448f30ab (patch) | |
tree | 239a2103c9e69a3ab71ba54b9f6b9a20f53c61da /sys-fs/fuse-common | |
parent | app-admin/docker-bench: Update snapshot (diff) | |
download | gentoo-67d01a772460f6f8afc447de20bb6d10448f30ab.tar.gz gentoo-67d01a772460f6f8afc447de20bb6d10448f30ab.tar.bz2 gentoo-67d01a772460f6f8afc447de20bb6d10448f30ab.zip |
sys-fs/fuse-common: keyword for riscv
Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="riscv"
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'sys-fs/fuse-common')
-rw-r--r-- | sys-fs/fuse-common/fuse-common-3.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/fuse-common/fuse-common-3.4.1.ebuild b/sys-fs/fuse-common/fuse-common-3.4.1.ebuild index 1bee8df8257a..93ecce7e5f62 100644 --- a/sys-fs/fuse-common/fuse-common-3.4.1.ebuild +++ b/sys-fs/fuse-common/fuse-common-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${ LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" DEPEND="virtual/pkgconfig" RDEPEND="!<sys-fs/fuse-2.9.7-r1:0" |