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 A0573159C9B for ; Sun, 11 Aug 2024 07:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBDC02BC01A; Sun, 11 Aug 2024 07:37:12 +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 AE1FD2BC01A for ; Sun, 11 Aug 2024 07:37:12 +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 A70723430CE for ; Sun, 11 Aug 2024 07:37:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19DF91ED0 for ; Sun, 11 Aug 2024 07:37:10 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1723361822.87eebd4e643924386f8e478bef9d9fc29e3b3b03.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lxcfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lxcfs/lxcfs-6.0.1.ebuild X-VCS-Directories: sys-fs/lxcfs/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 87eebd4e643924386f8e478bef9d9fc29e3b3b03 X-VCS-Branch: master Date: Sun, 11 Aug 2024 07:37:10 +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: f493e924-7eea-40de-b18d-fbaee74d0d5c X-Archives-Hash: 9be559eef07ec034eeedf756927ef5fe commit: 87eebd4e643924386f8e478bef9d9fc29e3b3b03 Author: Joonas Niilola gentoo org> AuthorDate: Sun Aug 11 05:51:27 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Aug 11 07:37:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87eebd4e sys-fs/lxcfs: stabilize 6.0.1 for amd64 Signed-off-by: Joonas Niilola gentoo.org> sys-fs/lxcfs/lxcfs-6.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/lxcfs/lxcfs-6.0.1.ebuild b/sys-fs/lxcfs/lxcfs-6.0.1.ebuild index 3325c391425a..e90cf5629f5b 100644 --- a/sys-fs/lxcfs/lxcfs-6.0.1.ebuild +++ b/sys-fs/lxcfs/lxcfs-6.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://linuxcontainers.org/downloads/lxcfs/${P}.tar.gz LICENSE="Apache-2.0 LGPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~riscv ~x86" IUSE="doc test" DEPEND="sys-fs/fuse:3"