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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CB9C158042 for ; Fri, 25 Oct 2024 21:26:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA919E0A8B; Fri, 25 Oct 2024 21:25:39 +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 A472DE0A8B for ; Fri, 25 Oct 2024 21:25:39 +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 D669F343082 for ; Fri, 25 Oct 2024 21:25:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B43621C8 for ; Fri, 25 Oct 2024 21:25:35 +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: <1729891507.5d825817d54b3e4a75ad0b196469997d7bd37ede.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mtd-utils/mtd-utils-2.1.6-r2.ebuild X-VCS-Directories: sys-fs/mtd-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5d825817d54b3e4a75ad0b196469997d7bd37ede X-VCS-Branch: master Date: Fri, 25 Oct 2024 21:25:35 +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: ffb791ee-1714-46e6-b545-9a044032e8b9 X-Archives-Hash: 2350bf218cd714b9927a78a5ebc7a2c2 commit: 5d825817d54b3e4a75ad0b196469997d7bd37ede Author: Sam James gentoo org> AuthorDate: Fri Oct 25 21:25:07 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 25 21:25:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d825817 sys-fs/mtd-utils: Stabilize 2.1.6-r2 x86, #942161 Signed-off-by: Sam James gentoo.org> sys-fs/mtd-utils/mtd-utils-2.1.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/mtd-utils/mtd-utils-2.1.6-r2.ebuild b/sys-fs/mtd-utils/mtd-utils-2.1.6-r2.ebuild index a5a074b1bc29..f759cf4659d1 100644 --- a/sys-fs/mtd-utils/mtd-utils-2.1.6-r2.ebuild +++ b/sys-fs/mtd-utils/mtd-utils-2.1.6-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://infraroot.at/pub/mtd/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="+lzo +ssl test xattr +zstd" RESTRICT="!test? ( test )"