diff options
author | Sam James <sam@gentoo.org> | 2023-04-19 02:07:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-19 02:07:25 +0100 |
commit | 73fc4d04eb91375b63398f1ea8b55f24e8a74316 (patch) | |
tree | ed967c467d6017049634b2d28ca3228940dc8e2e /sys-fs/squashfuse | |
parent | dev-python/sqlalchemy: stable 2.0.7 for hppa, bug #903911 (diff) | |
download | gentoo-73fc4d04eb91375b63398f1ea8b55f24e8a74316.tar.gz gentoo-73fc4d04eb91375b63398f1ea8b55f24e8a74316.tar.bz2 gentoo-73fc4d04eb91375b63398f1ea8b55f24e8a74316.zip |
sys-fs/squashfuse: Stabilize 0.1.105 amd64, #904496
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/squashfuse')
-rw-r--r-- | sys-fs/squashfuse/squashfuse-0.1.105.ebuild | 4 |
1 files 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 )" |