From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1150709-garchives=archives.gentoo.org@lists.gentoo.org> 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 CF2B8138350 for <garchives@archives.gentoo.org>; Sat, 7 Mar 2020 19:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F08FE0896; Sat, 7 Mar 2020 19:55:14 +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 5431DE0896 for <gentoo-commits@lists.gentoo.org>; Sat, 7 Mar 2020 19:55:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 65C2634F18D for <gentoo-commits@lists.gentoo.org>; Sat, 7 Mar 2020 19:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E93BF103 for <gentoo-commits@lists.gentoo.org>; Sat, 7 Mar 2020 19:55:11 +0000 (UTC) From: "Piotr Karbowski" <slashbeast@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" <slashbeast@gentoo.org> Message-ID: <1583610902.6158c8419d865a4ca24db06ebb459f563d43d603.slashbeast@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.28.3-r1.ebuild X-VCS-Directories: sys-fs/mergerfs/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 6158c8419d865a4ca24db06ebb459f563d43d603 X-VCS-Branch: master Date: Sat, 7 Mar 2020 19:55:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2bca1f3-c1c2-452e-b7c4-12deaf1b7755 X-Archives-Hash: 47357abe05d9b4cf0e94cdeebcfd5856 commit: 6158c8419d865a4ca24db06ebb459f563d43d603 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org> AuthorDate: Sat Mar 7 19:54:20 2020 +0000 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org> CommitDate: Sat Mar 7 19:55:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6158c841 sys-fs/mergerfs-2.28.3-r1: amd64 stable (bug 711814) Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org> sys-fs/mergerfs/mergerfs-2.28.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/mergerfs/mergerfs-2.28.3-r1.ebuild b/sys-fs/mergerfs/mergerfs-2.28.3-r1.ebuild index 00bac72e756..dbd6346bb90 100644 --- a/sys-fs/mergerfs/mergerfs-2.28.3-r1.ebuild +++ b/sys-fs/mergerfs/mergerfs-2.28.3-r1.ebuild @@ -7,7 +7,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"