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 D86C7139085 for ; Wed, 18 Jan 2017 16:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3902823410E; Wed, 18 Jan 2017 16:19:37 +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 166A423410E for ; Wed, 18 Jan 2017 16:19:37 +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 481DF341293 for ; Wed, 18 Jan 2017 16:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E21E52776 for ; Wed, 18 Jan 2017 16:19:34 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1484756369.837ed963c9adfdaa65756d3627d8f0a18bee0210.ultrabug@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.1.ebuild X-VCS-Directories: dev-db/mongodb/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 837ed963c9adfdaa65756d3627d8f0a18bee0210 X-VCS-Branch: master Date: Wed, 18 Jan 2017 16:19:34 +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: 1d787c15-7dd3-4fee-80a8-7864190abc05 X-Archives-Hash: 9c6b8c636c2137c6b8775f2ee992f773 commit: 837ed963c9adfdaa65756d3627d8f0a18bee0210 Author: Ultrabug gentoo org> AuthorDate: Wed Jan 18 16:18:51 2017 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Wed Jan 18 16:19:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837ed963 dev-db/mongodb: fix 3.4 gcc dependency Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-db/mongodb/mongodb-3.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mongodb/mongodb-3.4.1.ebuild b/dev-db/mongodb/mongodb-3.4.1.ebuild index 39b27b8..cbcf840 100644 --- a/dev-db/mongodb/mongodb-3.4.1.ebuild +++ b/dev-db/mongodb/mongodb-3.4.1.ebuild @@ -34,7 +34,7 @@ RDEPEND=">=app-arch/snappy-1.1.3 libressl? ( dev-libs/libressl:0= ) )" DEPEND="${RDEPEND} - >=sys-devel/gcc-4.8.2:* + >=sys-devel/gcc-5.3.0:* sys-libs/ncurses sys-libs/readline debug? ( dev-util/valgrind )