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 C57B1138334 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 7D667E08CE; 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 5C174E08CE for ; Fri, 28 Sep 2018 12:37:54 +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 7A191335CCF for ; Fri, 28 Sep 2018 12:37:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F2EE429 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: <1538138240.4ef51d561595051ce8efa759646f091848c3bf0d.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-xtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-xtp/votca-xtp-9999.ebuild X-VCS-Directories: sci-chemistry/votca-xtp/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 4ef51d561595051ce8efa759646f091848c3bf0d 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: 5e37cc6c-f5fb-4292-a6b3-2891183d203c X-Archives-Hash: ced1165b0ab4ad571ffd4e0b8465972e commit: 4ef51d561595051ce8efa759646f091848c3bf0d Author: Christoph Junghans gentoo org> AuthorDate: Fri Sep 28 12:36:59 2018 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Sep 28 12:37:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef51d56 sci-chemistry/votca-xtp: fix deps Package-Manager: Portage-2.3.49, Repoman-2.3.10 sci-chemistry/votca-xtp/votca-xtp-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild index efca5ea9f9d..34942d79c59 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild @@ -27,6 +27,7 @@ SLOT="0" RDEPEND=" ~sci-libs/votca-tools-${PV}[sqlite] + >=dev-cpp/eigen-3.3 ~sci-chemistry/votca-csg-${PV} ~sci-chemistry/votca-ctp-${PV}" @@ -40,11 +41,10 @@ DEPEND="${RDEPEND} >=app-text/txt2tags-2.5 virtual/pkgconfig" -DOCS=( README NOTICE CHANGELOG.md ) +DOCS=( README.md NOTICE CHANGELOG.md ) src_configure() { mycmakeargs=( - -DLIB=$(get_libdir) -DBUILD_XTP_MANUAL=$(usex doc) ) cmake-utils_src_configure