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 D809B1382C5 for ; Mon, 19 Apr 2021 18:37:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F6E7E083D; Mon, 19 Apr 2021 18:37:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 20DAAE083D for ; Mon, 19 Apr 2021 18:37:35 +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 01975340CF1 for ; Mon, 19 Apr 2021 18:37:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AECEB634 for ; Mon, 19 Apr 2021 18:37:32 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1618857425.e1d029fc4617996f7e2d95104b6e2661fd85e93c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/minio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/minio/minio-2021.04.18.19.26.29-r1.ebuild net-fs/minio/minio-2021.04.18.19.26.29-r2.ebuild X-VCS-Directories: net-fs/minio/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e1d029fc4617996f7e2d95104b6e2661fd85e93c X-VCS-Branch: master Date: Mon, 19 Apr 2021 18:37:32 +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: ef903a83-3462-4515-9916-a932d23e57fa X-Archives-Hash: 7884c425befab3be630f60b683ae7bcd commit: e1d029fc4617996f7e2d95104b6e2661fd85e93c Author: Mike Gilbert gentoo org> AuthorDate: Mon Apr 19 18:37:05 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Apr 19 18:37:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d029fc net-fs/minio: fix typo Closes: https://bugs.gentoo.org/784206 Signed-off-by: Mike Gilbert gentoo.org> ...021.04.18.19.26.29-r1.ebuild => minio-2021.04.18.19.26.29-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/minio/minio-2021.04.18.19.26.29-r1.ebuild b/net-fs/minio/minio-2021.04.18.19.26.29-r2.ebuild similarity index 99% rename from net-fs/minio/minio-2021.04.18.19.26.29-r1.ebuild rename to net-fs/minio/minio-2021.04.18.19.26.29-r2.ebuild index 42dad864a8b..0f20354c9c2 100644 --- a/net-fs/minio/minio-2021.04.18.19.26.29-r1.ebuild +++ b/net-fs/minio/minio-2021.04.18.19.26.29-r2.ebuild @@ -932,7 +932,7 @@ src_compile() { src_install() { dobin minio - insinto /etc/defult + insinto /etc/default doins "${FILESDIR}"/minio.default dodoc -r README.md CONTRIBUTING.md docs