Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mongochem/
Date: Sun, 03 Jan 2016 12:24:52
Message-Id: 1451823879.2ed174f375c9f52ee5e78e2836ef346f792eb107.ultrabug@gentoo
1 commit: 2ed174f375c9f52ee5e78e2836ef346f792eb107
2 Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 12:24:20 2016 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 12:24:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed174f3
7
8 sci-chemistry/mongochem: change dep for mongo cxx driver ebuild
9
10 Package-Manager: portage-2.2.25
11
12 .../mongochem/{mongochem-0.7.0.ebuild => mongochem-0.7.0-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-chemistry/mongochem/mongochem-0.7.0.ebuild b/sci-chemistry/mongochem/mongochem-0.7.0-r1.ebuild
16 similarity index 90%
17 rename from sci-chemistry/mongochem/mongochem-0.7.0.ebuild
18 rename to sci-chemistry/mongochem/mongochem-0.7.0-r1.ebuild
19 index 5e6b2b6..fbb8e7c 100644
20 --- a/sci-chemistry/mongochem/mongochem-0.7.0.ebuild
21 +++ b/sci-chemistry/mongochem/mongochem-0.7.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -19,8 +19,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
29 IUSE=""
30
31 RDEPEND="
32 - dev-db/mongodb[sharedclient]
33 dev-libs/boost[threads]
34 + dev-libs/mongo-cxx-driver
35 sci-libs/avogadrolibs[qt4]
36 sci-libs/chemkit
37 sci-libs/vtk[qt4,rendering]