commit: 1b0c25241ca4c6e0b61478b04e508832d97623fb
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 07:37:38 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 07:37:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b0c2524
sci-libs/votca-tools: Fix unknown deps
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-libs/votca-tools/votca-tools-9999.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild
b/sci-libs/votca-tools/votca-tools-9999.ebuild
index db416df..e724f4e 100644
--- a/sci-libs/votca-tools/votca-tools-9999.ebuild
+++ b/sci-libs/votca-tools/votca-tools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -25,14 +25,15 @@ LICENSE="Apache-2.0"
SLOT="0"
IUSE="doc +fftw +gsl sqlite"
-RDEPEND="fftw? ( sci-libs/fftw:3.0 )
+RDEPEND="
+ dev-libs/boost:=
dev-libs/expat
+ fftw? ( sci-libs/fftw:3.0 )
gsl? ( sci-libs/gsl )
- dev-libs/boost:=
sqlite? ( dev-db/sqlite:3 )"
DEPEND="${RDEPEND}
- doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot]
>=app-doc/doxygen-1.7.6.1[dot] ) )
+ doc? ( >=app-doc/doxygen-1.7.6.1[dot] )
>=app-text/txt2tags-2.5
virtual/pkgconfig"