From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 259A6139082 for ; Sun, 29 Jan 2017 11:59:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98BE4E0D90; Sun, 29 Jan 2017 11:59:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 736D7E0D90 for ; Sun, 29 Jan 2017 11:59:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FF2634167D for ; Sun, 29 Jan 2017 11:59:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 094B639CB for ; Sun, 29 Jan 2017 11:59:30 +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: <1485691164.a614c35951580114d1b8835c1aa2f552db64ef07.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/erkale/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/erkale/erkale-9999.ebuild X-VCS-Directories: sci-chemistry/erkale/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a614c35951580114d1b8835c1aa2f552db64ef07 X-VCS-Branch: master Date: Sun, 29 Jan 2017 11:59:30 +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: 02e1be69-6e51-4d25-b647-9498de646992 X-Archives-Hash: 1dc25d72e71a475cb57f3713f23905f2 commit: a614c35951580114d1b8835c1aa2f552db64ef07 Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 29 11:59:10 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 29 11:59:24 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a614c359 sci-chemistry/erkale: QA fixes Add missing subslot operator add missing virtual/pkgconfig Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/erkale/erkale-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/erkale/erkale-9999.ebuild b/sci-chemistry/erkale/erkale-9999.ebuild index 999f191..ad3558d 100644 --- a/sci-chemistry/erkale/erkale-9999.ebuild +++ b/sci-chemistry/erkale/erkale-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,11 +18,12 @@ IUSE="openmp" RDEPEND=" sci-libs/gsl sci-libs/hdf5 - sci-libs/libint + sci-libs/libint:2 >=sci-libs/libxc-2.0.0 " -DEPEND="${DEPEND} +DEPEND=" >=sci-libs/armadillo-4[blas,lapack] + virtual/pkgconfig ${RDEPEND} "