From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1332100-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 36726158089 for <garchives@archives.gentoo.org>; Wed, 20 Oct 2021 06:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E89FE0831; Wed, 20 Oct 2021 06:57:59 +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 6D1B8E0831 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Oct 2021 06:57:59 +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 595373439AC for <gentoo-commits@lists.gentoo.org>; Wed, 20 Oct 2021 06:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 187A9164 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Oct 2021 06:57:57 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1634713065.969f16464a27e371e29d2b7cd64a6cd36f73054b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mongodb/mongodb-4.2.15-r1.ebuild X-VCS-Directories: dev-db/mongodb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 969f16464a27e371e29d2b7cd64a6cd36f73054b X-VCS-Branch: master Date: Wed, 20 Oct 2021 06:57:57 +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: c1b631f2-26db-4544-a7ce-bd6bc0166f21 X-Archives-Hash: 17d06b615bdc1ac2b78296f175c06fad commit: 969f16464a27e371e29d2b7cd64a6cd36f73054b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 20 06:57:45 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 20 06:57:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969f1646 dev-db/mongodb: Stabilize 4.2.15-r1 amd64, #809583 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/mongodb/mongodb-4.2.15-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mongodb/mongodb-4.2.15-r1.ebuild b/dev-db/mongodb/mongodb-4.2.15-r1.ebuild index 3002335b9c7..4877cf52d7b 100644 --- a/dev-db/mongodb/mongodb-4.2.15-r1.ebuild +++ b/dev-db/mongodb/mongodb-4.2.15-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz" LICENSE="Apache-2.0 SSPL-1" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" IUSE="debug kerberos lto ssl test +tools" RESTRICT="!test? ( test )"