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 63668138334 for ; Wed, 24 Oct 2018 01:43:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3991CE086F; Wed, 24 Oct 2018 01:43:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0B247E086F for ; Wed, 24 Oct 2018 01:43:08 +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 BB955335CE4 for ; Wed, 24 Oct 2018 01:43:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6896F3F0 for ; Wed, 24 Oct 2018 01:43:04 +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: <1540345373.5c3116b436f6c0e23bcfd4459d47bc52c14d0181.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2019.9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 5c3116b436f6c0e23bcfd4459d47bc52c14d0181 X-VCS-Branch: master Date: Wed, 24 Oct 2018 01:43:04 +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: 4368bb1d-833e-494e-a6ff-2eba1adcd2a2 X-Archives-Hash: 6a4c919cb10dc3eb97ff2dfeab9cfb2d commit: 5c3116b436f6c0e23bcfd4459d47bc52c14d0181 Author: Christoph Junghans gentoo org> AuthorDate: Wed Oct 24 01:42:26 2018 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Oct 24 01:42:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3116b4 sci-chemistry/gromacs: fix python dep Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Christoph Junghans gentoo.org> sci-chemistry/gromacs/gromacs-2019.9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild index 8a643e0fb30..2fde5b4b55b 100644 --- a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild @@ -5,7 +5,9 @@ EAPI=6 CMAKE_MAKEFILE_GENERATOR="ninja" -inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs xdg-utils +PYTHON_COMPAT=( python2_7 ) + +inherit bash-completion-r1 cmake-utils cuda eutils multilib python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils if [[ $PV = *9999* ]]; then EGIT_REPO_URI="git://git.gromacs.org/gromacs.git @@ -53,7 +55,8 @@ DEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen - dev-python/sphinx + ${PYTHON_DEPS} + $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]') media-gfx/mscgen dev-texlive/texlive-latex dev-texlive/texlive-latexextra @@ -165,6 +168,7 @@ src_configure() { -DGMX_COOL_QUOTES=$(usex offensive) -DGMX_USE_TNG=$(usex tng) -DGMX_BUILD_MANUAL=$(usex doc) + -DPYTHON_EXECUTABLE="${PYTHON}" -DGMX_HWLOC=$(usex hwloc) -DGMX_DEFAULT_SUFFIX=off -DGMX_SIMD="$acce"