From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5EBC81387B1 for ; Tue, 22 Sep 2015 08:19:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BD87E0893; Tue, 22 Sep 2015 08:19:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEC65E087C for ; Tue, 22 Sep 2015 08:19:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0642E340906 for ; Tue, 22 Sep 2015 08:19:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B15E2238 for ; Tue, 22 Sep 2015 08:19:38 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442907458.1b0c25241ca4c6e0b61478b04e508832d97623fb.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/votca-tools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/votca-tools/votca-tools-9999.ebuild X-VCS-Directories: sci-libs/votca-tools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1b0c25241ca4c6e0b61478b04e508832d97623fb X-VCS-Branch: master Date: Tue, 22 Sep 2015 08:19:38 +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: 56fc4515-44f0-4d5d-8486-8fcf83ae5c10 X-Archives-Hash: 99ced189ef46da9a2426fca255c2d6b1 commit: 1b0c25241ca4c6e0b61478b04e508832d97623fb Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 22 07:37:38 2015 +0000 Commit: Justin Lecher gentoo 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 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[dot] ) ) + doc? ( >=app-doc/doxygen-1.7.6.1[dot] ) >=app-text/txt2tags-2.5 virtual/pkgconfig"