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 6DD24139337 for ; Tue, 27 Jul 2021 11:00:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51E63E0895; Tue, 27 Jul 2021 11:00:12 +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 39714E0895 for ; Tue, 27 Jul 2021 11:00:12 +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 CEF73335DAB for ; Tue, 27 Jul 2021 11:00:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6542B827 for ; Tue, 27 Jul 2021 11:00:09 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1627383587.c17163d2966833b81f87662006f4855ad456e0d5.marecki@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.4.4.ebuild X-VCS-Directories: dev-db/mongodb/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: c17163d2966833b81f87662006f4855ad456e0d5 X-VCS-Branch: master Date: Tue, 27 Jul 2021 11:00:09 +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: 48cbce66-39e5-4164-943e-52727a350261 X-Archives-Hash: 59500317bbabd12703366acdc762fca6 commit: c17163d2966833b81f87662006f4855ad456e0d5 Author: Marek Szuba gentoo org> AuthorDate: Tue Jul 27 08:26:32 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jul 27 10:59:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17163d2 dev-db/mongodb: keyword 4.4.4 for -riscv src_configure fails due to unsupported architecture and processor type. I think it is safe to assume that older versions will not build on this arch either. Signed-off-by: Marek Szuba gentoo.org> dev-db/mongodb/mongodb-4.4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mongodb/mongodb-4.4.4.ebuild b/dev-db/mongodb/mongodb-4.4.4.ebuild index c3ffcfa93d4..0640079cfd6 100644 --- a/dev-db/mongodb/mongodb-4.4.4.ebuild +++ b/dev-db/mongodb/mongodb-4.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) SCONS_MIN_VERSION="3.3.1" CHECKREQS_DISK_BUILD="2400M" @@ -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 -riscv" IUSE="debug kerberos lto ssl test +tools" RESTRICT="!test? ( test )"