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 A311E15800F for ; Mon, 16 Jan 2023 06:39:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B114E0896; Mon, 16 Jan 2023 06:39:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CC4DE0896 for ; Mon, 16 Jan 2023 06:39:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56A64340E0B for ; Mon, 16 Jan 2023 06:39:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F3E2851 for ; Mon, 16 Jan 2023 06:39:00 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1673850744.ce5d71bea41da388db09fa27639349c54c5c8442.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/erofs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/erofs-utils/erofs-utils-1.5.ebuild X-VCS-Directories: sys-fs/erofs-utils/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: ce5d71bea41da388db09fa27639349c54c5c8442 X-VCS-Branch: master Date: Mon, 16 Jan 2023 06:39:00 +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: 6f79328d-8051-4779-9f7b-40411af2dc4a X-Archives-Hash: c5ad5a566bb425e7b14a3732ebfe2f62 commit: ce5d71bea41da388db09fa27639349c54c5c8442 Author: WANG Xuerui gentoo org> AuthorDate: Mon Jan 16 06:32:24 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Jan 16 06:32:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5d71be sys-fs/erofs-utils: stabilize 1.5 for amd64 Signed-off-by: WANG Xuerui gentoo.org> sys-fs/erofs-utils/erofs-utils-1.5.ebuild | 4 ++-- 1 file 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"