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 BA271139085 for ; Wed, 21 Dec 2016 22:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D045E0C52; Wed, 21 Dec 2016 22:54:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB58CE0C52 for ; Wed, 21 Dec 2016 22:54:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CC5A3412CB for ; Wed, 21 Dec 2016 22:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22B8624EE for ; Wed, 21 Dec 2016 22:54:29 +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: <1482360860.9fe2657eb92d0af6109a8fda7f54acc09164c481.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-2.6.12.ebuild X-VCS-Directories: dev-db/mongodb/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9fe2657eb92d0af6109a8fda7f54acc09164c481 X-VCS-Branch: master Date: Wed, 21 Dec 2016 22:54:29 +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: f575fbf1-e444-4c49-9193-4e16a7227c1f X-Archives-Hash: c89ded80378c89cfea91b9f8e2209087 commit: 9fe2657eb92d0af6109a8fda7f54acc09164c481 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Dec 21 22:19:48 2016 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Dec 21 22:54:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe2657e dev-db/mongodb: x86 stable (bug #591186) Package-Manager: Portage-2.3.2, Repoman-2.3.1 dev-db/mongodb/mongodb-2.6.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mongodb/mongodb-2.6.12.ebuild b/dev-db/mongodb/mongodb-2.6.12.ebuild index f6d1b3c..0ef7520 100644 --- a/dev-db/mongodb/mongodb-2.6.12.ebuild +++ b/dev-db/mongodb/mongodb-2.6.12.ebuild @@ -19,7 +19,7 @@ SRC_URI="http://downloads.mongodb.org/src/${MY_P}.tar.gz LICENSE="AGPL-3 Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug kerberos mms-agent ssl static-libs" PDEPEND="mms-agent? ( dev-python/pymongo app-arch/unzip )"