Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/votca-tools/
Date: Tue, 22 Sep 2015 08:19:46
Message-Id: 1442907458.1b0c25241ca4c6e0b61478b04e508832d97623fb.jlec@gentoo
1 commit: 1b0c25241ca4c6e0b61478b04e508832d97623fb
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 07:37:38 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 07:37:38 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b0c2524
7
8 sci-libs/votca-tools: Fix unknown deps
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/votca-tools/votca-tools-9999.ebuild | 9 +++++----
14 1 file changed, 5 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
17 index db416df..e724f4e 100644
18 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild
19 +++ b/sci-libs/votca-tools/votca-tools-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -25,14 +25,15 @@ LICENSE="Apache-2.0"
27 SLOT="0"
28 IUSE="doc +fftw +gsl sqlite"
29
30 -RDEPEND="fftw? ( sci-libs/fftw:3.0 )
31 +RDEPEND="
32 + dev-libs/boost:=
33 dev-libs/expat
34 + fftw? ( sci-libs/fftw:3.0 )
35 gsl? ( sci-libs/gsl )
36 - dev-libs/boost:=
37 sqlite? ( dev-db/sqlite:3 )"
38
39 DEPEND="${RDEPEND}
40 - doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) )
41 + doc? ( >=app-doc/doxygen-1.7.6.1[dot] )
42 >=app-text/txt2tags-2.5
43 virtual/pkgconfig"