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 AF733158018 for ; Mon, 4 Oct 2021 12:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14664E0891; Mon, 4 Oct 2021 12:33:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F248FE0891 for ; Mon, 4 Oct 2021 12:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3099F343037 for ; Mon, 4 Oct 2021 12:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C97C138 for ; Mon, 4 Oct 2021 12:33:26 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1633350744.2e0639a03fb8d96bd1f6f1d84b290e152d410bbc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mongosh-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild X-VCS-Directories: app-admin/mongosh-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2e0639a03fb8d96bd1f6f1d84b290e152d410bbc X-VCS-Branch: master Date: Mon, 4 Oct 2021 12:33:26 +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: aa7ca14f-baf8-434c-ba33-2ba310bb4a64 X-Archives-Hash: 376942e859a55ce1aa36082dbd66bfbd commit: 2e0639a03fb8d96bd1f6f1d84b290e152d410bbc Author: Joonas Niilola gentoo org> AuthorDate: Mon Oct 4 12:27:30 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 4 12:32:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0639a0 app-admin/mongosh-bin: update EAPI 7 -> 8 Signed-off-by: Joonas Niilola gentoo.org> app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild b/app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild index efad4f58748..99b15a3d48a 100644 --- a/app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild +++ b/app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_PN="${PN%-bin}" MY_P=${MY_PN}-${PV}