diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-02-25 18:29:14 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-02-25 18:29:14 +0800 |
commit | 7a7cc1ecb6021eeff51ae1800239bf0d2590ad46 (patch) | |
tree | aa46c77036b384a2954d46fb40ebbd76b4f89200 /net-fs | |
parent | app-misc/empty: keyword ~riscv (diff) | |
download | gentoo-7a7cc1ecb6021eeff51ae1800239bf0d2590ad46.tar.gz gentoo-7a7cc1ecb6021eeff51ae1800239bf0d2590ad46.tar.bz2 gentoo-7a7cc1ecb6021eeff51ae1800239bf0d2590ad46.zip |
net-fs/s3fs: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/s3fs/s3fs-1.89.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/s3fs/s3fs-1.89.ebuild b/net-fs/s3fs/s3fs-1.89.ebuild index 97358dee5fea..e9ecbc281811 100644 --- a/net-fs/s3fs/s3fs-1.89.ebuild +++ b/net-fs/s3fs/s3fs-1.89.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="gnutls nettle nss +openssl test" REQUIRED_USE=" ^^ ( gnutls nss openssl ) |