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 DEFB9138334 for ; Fri, 28 Sep 2018 12:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C226EE08A4; Fri, 28 Sep 2018 12:37:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2731E08A4 for ; Fri, 28 Sep 2018 12:37:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA497335C70 for ; Fri, 28 Sep 2018 12:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 541843F9 for ; Fri, 28 Sep 2018 12:37:50 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1538138239.276f6d41be551c041fe656dbf99aecb97bcad7d3.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csgapps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild X-VCS-Directories: sci-chemistry/votca-csgapps/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 276f6d41be551c041fe656dbf99aecb97bcad7d3 X-VCS-Branch: master Date: Fri, 28 Sep 2018 12:37:50 +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: 74209bab-0f1f-49db-97c7-1d99f9b80dbb X-Archives-Hash: 1bc8fe6de2cfff512dd3894c7108f4dd commit: 276f6d41be551c041fe656dbf99aecb97bcad7d3 Author: Christoph Junghans gentoo org> AuthorDate: Fri Sep 28 12:17:54 2018 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Sep 28 12:37:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276f6d41 sci-chemistry/votca-csgapps: fix deps Package-Manager: Portage-2.3.49, Repoman-2.3.10 sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild index 3fb54fe5504..f229849683d 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,9 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" -RDEPEND="~sci-chemistry/${PN%apps}-${PV}" +RDEPEND=" + >=dev-cpp/eigen-3.3 + ~sci-chemistry/${PN%apps}-${PV}" DEPEND="${RDEPEND}"