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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 714201382C5 for ; Thu, 4 Feb 2021 14:15:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15270E0950; Thu, 4 Feb 2021 14:15:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5731E093B for ; Thu, 4 Feb 2021 14:15:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5CB23425CA for ; Thu, 4 Feb 2021 14:09:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE54F4C0 for ; Thu, 4 Feb 2021 14:09:18 +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: <1612447749.93829cc5f4155bf6b8414878f546e88e7b6f9fe2.sam@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.32.1.ebuild X-VCS-Directories: sys-fs/mergerfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 93829cc5f4155bf6b8414878f546e88e7b6f9fe2 X-VCS-Branch: master Date: Thu, 4 Feb 2021 14:09:18 +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: 3ec0ba2c-3366-4418-849b-5ca7d0c31f21 X-Archives-Hash: 4b69641175fbeab6f3364f92da8c4843 commit: 93829cc5f4155bf6b8414878f546e88e7b6f9fe2 Author: Sam James gentoo org> AuthorDate: Thu Feb 4 14:09:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 4 14:09:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93829cc5 sys-fs/mergerfs: Stabilize 2.32.1 amd64, #768591 Signed-off-by: Sam James gentoo.org> sys-fs/mergerfs/mergerfs-2.32.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/mergerfs/mergerfs-2.32.1.ebuild b/sys-fs/mergerfs/mergerfs-2.32.1.ebuild index 5d1e3ec0e4c..ec7e7850d89 100644 --- a/sys-fs/mergerfs/mergerfs-2.32.1.ebuild +++ b/sys-fs/mergerfs/mergerfs-2.32.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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 ~x86" +KEYWORDS="amd64 ~x86" # Vendorized libfuse that's bundled is under LGPL-2.1. LICENSE="ISC LGPL-2.1"