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 5302815802F for ; Mon, 6 Mar 2023 12:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ABB1E0960; Mon, 6 Mar 2023 12:52:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E461AE0960 for ; Mon, 6 Mar 2023 12:52:04 +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 0507F341341 for ; Mon, 6 Mar 2023 12:52:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 006D08E1 for ; Mon, 6 Mar 2023 12:52:00 +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: <1678107063.73d303e5dc44c193ef73324cd04f70e259f6afcc.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.34.1.ebuild X-VCS-Directories: sys-fs/mergerfs/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 73d303e5dc44c193ef73324cd04f70e259f6afcc X-VCS-Branch: master Date: Mon, 6 Mar 2023 12:52: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: 968a5ed9-988a-4d18-b076-9dfff77d433a X-Archives-Hash: 7b63b29a52b1a6abf17edeea89f8dae2 commit: 73d303e5dc44c193ef73324cd04f70e259f6afcc Author: Arthur Zamarin gentoo org> AuthorDate: Mon Mar 6 12:51:03 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Mar 6 12:51:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d303e5 sys-fs/mergerfs: Stabilize 2.34.1 amd64, #899678 Signed-off-by: Arthur Zamarin gentoo.org> sys-fs/mergerfs/mergerfs-2.34.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/mergerfs/mergerfs-2.34.1.ebuild b/sys-fs/mergerfs/mergerfs-2.34.1.ebuild index 768881f29bc8..8a02ec5860ea 100644 --- a/sys-fs/mergerfs/mergerfs-2.34.1.ebuild +++ b/sys-fs/mergerfs/mergerfs-2.34.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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"