diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-01-16 14:32:24 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-01-16 14:32:24 +0800 |
commit | ce5d71bea41da388db09fa27639349c54c5c8442 (patch) | |
tree | 7664e0b3754093d4131ecc925e2c35a5983d3867 /sys-fs/erofs-utils | |
parent | sys-fs/erofs-utils: drop 1.4 (diff) | |
download | gentoo-ce5d71bea41da388db09fa27639349c54c5c8442.tar.gz gentoo-ce5d71bea41da388db09fa27639349c54c5c8442.tar.bz2 gentoo-ce5d71bea41da388db09fa27639349c54c5c8442.zip |
sys-fs/erofs-utils: stabilize 1.5 for amd64
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-fs/erofs-utils')
-rw-r--r-- | sys-fs/erofs-utils/erofs-utils-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/erofs-utils/erofs-utils-1.5.ebuild b/sys-fs/erofs-utils/erofs-utils-1.5.ebuild index 6ad7945f7521..95792c4fbb4b 100644 --- a/sys-fs/erofs-utils/erofs-utils-1.5.ebuild +++ b/sys-fs/erofs-utils/erofs-utils-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" LICENSE="GPL-2+" SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/${PN}.git/snapshot/${P}.tar.gz" -KEYWORDS="~amd64 ~loong" +KEYWORDS="amd64 ~loong" SLOT="0" IUSE="fuse +lz4 selinux +uuid" |