From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA6BE15ACFB for ; Wed, 19 Apr 2023 01:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02226E08C8; Wed, 19 Apr 2023 01:07:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDA20E08C8 for ; Wed, 19 Apr 2023 01:07:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03714340D1B for ; Wed, 19 Apr 2023 01:07:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C330AA47 for ; Wed, 19 Apr 2023 01:07:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681866445.73fc4d04eb91375b63398f1ea8b55f24e8a74316.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/squashfuse/squashfuse-0.1.105.ebuild X-VCS-Directories: sys-fs/squashfuse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 73fc4d04eb91375b63398f1ea8b55f24e8a74316 X-VCS-Branch: master Date: Wed, 19 Apr 2023 01:07:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10cfc98c-4b26-4b70-8bd6-0346bd8c2284 X-Archives-Hash: 5f7f91db1652eed66e49feec1d78d5f6 commit: 73fc4d04eb91375b63398f1ea8b55f24e8a74316 Author: Sam James gentoo org> AuthorDate: Wed Apr 19 01:07:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 19 01:07:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73fc4d04 sys-fs/squashfuse: Stabilize 0.1.105 amd64, #904496 Signed-off-by: Sam James gentoo.org> sys-fs/squashfuse/squashfuse-0.1.105.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/squashfuse/squashfuse-0.1.105.ebuild b/sys-fs/squashfuse/squashfuse-0.1.105.ebuild index 39096e361436..099f0be0fccd 100644 --- a/sys-fs/squashfuse/squashfuse-0.1.105.ebuild +++ b/sys-fs/squashfuse/squashfuse-0.1.105.ebuild @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Gentoo Authors +# Copyright 2016-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/vasi/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.ta LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="lz4 lzma lzo static-libs +zlib zstd" REQUIRED_USE="|| ( lz4 lzma lzo zlib zstd )"