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 923581382C5 for ; Fri, 9 Feb 2018 14:15:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50FADE0CF3; Fri, 9 Feb 2018 14:15:53 +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 30463E0CF3 for ; Fri, 9 Feb 2018 14:15:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BED6A335C5A for ; Fri, 9 Feb 2018 14:15:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 154B41E5 for ; Fri, 9 Feb 2018 14:15:50 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1518185729.95cda0448c11be5feb4c688138c9003af097f815.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mongodb/mongodb-3.4.10.ebuild dev-db/mongodb/mongodb-3.6.2.ebuild X-VCS-Directories: dev-db/mongodb/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 95cda0448c11be5feb4c688138c9003af097f815 X-VCS-Branch: master Date: Fri, 9 Feb 2018 14:15:50 +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-Archives-Salt: 1af78b49-b71d-4955-bd2b-99d1941ae5aa X-Archives-Hash: 10978540b417be5eedaf1b5408268e1c commit: 95cda0448c11be5feb4c688138c9003af097f815 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Feb 9 14:15:29 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Feb 9 14:15:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95cda044 dev-db/mongodb: drop x86 support -- upstream no longer supports x86 > Changed in version 3.4: MongoDB no longer supports 32-bit x86 platforms. Source: https://docs.mongodb.com/v3.4/installation/ Closes: https://github.com/gentoo/gentoo/pull/6995 Closes: https://bugs.gentoo.org/646016 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-db/mongodb/mongodb-3.4.10.ebuild | 2 +- dev-db/mongodb/mongodb-3.6.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mongodb/mongodb-3.4.10.ebuild b/dev-db/mongodb/mongodb-3.4.10.ebuild index ecee64cbdd8..590f439f5bf 100644 --- a/dev-db/mongodb/mongodb-3.4.10.ebuild +++ b/dev-db/mongodb/mongodb-3.4.10.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz" LICENSE="AGPL-3 Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64" IUSE="debug kerberos libressl mms-agent ssl test +tools" RDEPEND=">=app-arch/snappy-1.1.3 diff --git a/dev-db/mongodb/mongodb-3.6.2.ebuild b/dev-db/mongodb/mongodb-3.6.2.ebuild index 8291fe7fc50..bd0a2bb880d 100644 --- a/dev-db/mongodb/mongodb-3.6.2.ebuild +++ b/dev-db/mongodb/mongodb-3.6.2.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz" LICENSE="AGPL-3 Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="debug kerberos libressl mms-agent ssl test +tools" RDEPEND=">=app-arch/snappy-1.1.3