commit: 837ed963c9adfdaa65756d3627d8f0a18bee0210
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 16:18:51 2017 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> 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 )