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 46F5915ACFC for ; Tue, 2 May 2023 15:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23618E089C; Tue, 2 May 2023 15:21:28 +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 09C05E089D for ; Tue, 2 May 2023 15:21:28 +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 AB12234111F for ; Tue, 2 May 2023 15:21:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FF49A66 for ; Tue, 2 May 2023 15:21:24 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1683040828.7d22c99dd3aab75ffa7c81bea6d3f0fa4990452b.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mergerfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mergerfs/mergerfs-2.35.0.ebuild X-VCS-Directories: sys-fs/mergerfs/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7d22c99dd3aab75ffa7c81bea6d3f0fa4990452b X-VCS-Branch: master Date: Tue, 2 May 2023 15:21:24 +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: 424b64ad-2ae6-4413-88fc-1c70363a66e9 X-Archives-Hash: d360139ccaaedb7f43100568d87e3a91 commit: 7d22c99dd3aab75ffa7c81bea6d3f0fa4990452b Author: Arthur Zamarin gentoo org> AuthorDate: Tue May 2 15:20:28 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue May 2 15:20:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d22c99d sys-fs/mergerfs: Stabilize 2.35.0 amd64, #905457 Signed-off-by: Arthur Zamarin gentoo.org> sys-fs/mergerfs/mergerfs-2.35.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/mergerfs/mergerfs-2.35.0.ebuild b/sys-fs/mergerfs/mergerfs-2.35.0.ebuild index ad9d06e1fdee..8a02ec5860ea 100644 --- a/sys-fs/mergerfs/mergerfs-2.35.0.ebuild +++ b/sys-fs/mergerfs/mergerfs-2.35.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A featureful union filesystem" HOMEPAGE="https://github.com/trapexit/mergerfs" SRC_URI="https://github.com/trapexit/mergerfs/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv ~x86" # Vendorized libfuse that's bundled is under LGPL-2.1. LICENSE="ISC LGPL-2.1"