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 3682E138334 for ; Fri, 28 Sep 2018 12:37:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14C7BE08AD; Fri, 28 Sep 2018 12:37:54 +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 E6F93E08AD for ; Fri, 28 Sep 2018 12:37:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E48A3335CC8 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 7B87941F 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.3e5d9f5dc350f23af9bbc522fd6e0c24814c9095.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-ctp/votca-ctp-9999.ebuild X-VCS-Directories: sci-chemistry/votca-ctp/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 3e5d9f5dc350f23af9bbc522fd6e0c24814c9095 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: 595b2955-e2dd-43ff-b0e9-4de8b359d112 X-Archives-Hash: 8c2980a5613b9e81b17d74721e836768 commit: 3e5d9f5dc350f23af9bbc522fd6e0c24814c9095 Author: Christoph Junghans gentoo org> AuthorDate: Fri Sep 28 12:27:59 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=3e5d9f5d sci-chemistry/votca-ctp: fixed deps Package-Manager: Portage-2.3.49, Repoman-2.3.10 sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild index 4b3b81ccaa0..4e400a2318b 100644 --- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild +++ b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild @@ -26,19 +26,14 @@ SLOT="0" RDEPEND=" ~sci-libs/votca-tools-${PV}[sqlite] + >=dev-cpp/eigen-3.3 + sci-libs/gsl ~sci-chemistry/votca-csg-${PV}" DEPEND="${RDEPEND} virtual/pkgconfig" -DOCS=( README NOTICE CHANGELOG.md ) - -src_configure() { - mycmakeargs=( - -DLIB=$(get_libdir) - ) - cmake-utils_src_configure -} +DOCS=( README.md NOTICE CHANGELOG.md ) pkg_postinst() { einfo