diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2018-03-31 18:36:23 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-03-31 21:49:32 +0300 |
commit | 103e622b0da52406eaf563bbd7ff709bafb5f751 (patch) | |
tree | 7250b8d5d29c8e6486143130fde0db4a20885564 /net-fs | |
parent | net-misc/youtube-dl: keyword ~arm64 (diff) | |
download | gentoo-103e622b0da52406eaf563bbd7ff709bafb5f751.tar.gz gentoo-103e622b0da52406eaf563bbd7ff709bafb5f751.tar.bz2 gentoo-103e622b0da52406eaf563bbd7ff709bafb5f751.zip |
net-fs/sshfs: keyword ~arm64
Closes: https://github.com/gentoo/gentoo/pull/7757
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/sshfs/sshfs-2.10-r1.ebuild | 2 | ||||
-rw-r--r-- | net-fs/sshfs/sshfs-3.3.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/sshfs/sshfs-2.10-r1.ebuild b/net-fs/sshfs/sshfs-2.10-r1.ebuild index 687a6819045f..4beedc9b7bed 100644 --- a/net-fs/sshfs/sshfs-2.10-r1.ebuild +++ b/net-fs/sshfs/sshfs-2.10-r1.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/libfuse/sshfs" SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" SLOT="0" CDEPEND=">=sys-fs/fuse-2.6.0_pre3:0 diff --git a/net-fs/sshfs/sshfs-3.3.1.ebuild b/net-fs/sshfs/sshfs-3.3.1.ebuild index 5de09d00ec8e..577eab09162a 100644 --- a/net-fs/sshfs/sshfs-3.3.1.ebuild +++ b/net-fs/sshfs/sshfs-3.3.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/libfuse/sshfs" SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" SLOT="0" CDEPEND=">=sys-fs/fuse-3.1.0:3 |