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 629A5138330 for ; Sat, 24 Sep 2016 13:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A940DE0B84; Sat, 24 Sep 2016 13:45:10 +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 44E85E0B84 for ; Sat, 24 Sep 2016 13:45:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 445DC340955 for ; Sat, 24 Sep 2016 13:45:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DB3D248D for ; Sat, 24 Sep 2016 13:45:07 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1474724699.0785e50bf4debe0f09776ecfb3a2a619e5c2453e.ago@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: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 0785e50bf4debe0f09776ecfb3a2a619e5c2453e X-VCS-Branch: master Date: Sat, 24 Sep 2016 13:45:07 +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: b96588c7-03f6-43be-b7f4-db2503b04b5a X-Archives-Hash: d44a7dad99963d5b195c786a46341ebc commit: 0785e50bf4debe0f09776ecfb3a2a619e5c2453e Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Sep 24 13:44:59 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Sep 24 13:44:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0785e50b dev-db/mongodb: amd64 stable wrt bug #591186 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> 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 3f63202..f6d1b3c 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 )"