diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-30 12:51:00 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-30 12:51:00 +0000 |
commit | 2bbef3d726f2c5a4c66887b62626cada5c9da0ff (patch) | |
tree | e43fb19201ae4ed2cf9d79cb188a5dc01b500fe0 /net-fs | |
parent | dev-python/logbook: Remove ancient blockers (diff) | |
download | gentoo-2bbef3d726f2c5a4c66887b62626cada5c9da0ff.tar.gz gentoo-2bbef3d726f2c5a4c66887b62626cada5c9da0ff.tar.bz2 gentoo-2bbef3d726f2c5a4c66887b62626cada5c9da0ff.zip |
net-fs/s3fs: Stabilize 1.95 x86, #945463
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/s3fs/s3fs-1.95.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/s3fs/s3fs-1.95.ebuild b/net-fs/s3fs/s3fs-1.95.ebuild index 5d37abcb5928..3c34665139bf 100644 --- a/net-fs/s3fs/s3fs-1.95.ebuild +++ b/net-fs/s3fs/s3fs-1.95.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="~amd64 ~riscv x86" IUSE="gnutls nettle nss" REQUIRED_USE="nettle? ( gnutls !nss )" |