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 70FBC1382C5 for ; Fri, 19 Mar 2021 19:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D078E08C8; Fri, 19 Mar 2021 19:46:03 +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 61BDEE08C8 for ; Fri, 19 Mar 2021 19:46:03 +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 238DC335CA6 for ; Fri, 19 Mar 2021 19:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 860675B9 for ; Fri, 19 Mar 2021 19:46:00 +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: <1616183153.967bf3bc731717cee49b4b32d332cd25c7d707b5.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-csg/votca-csg-9999.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 967bf3bc731717cee49b4b32d332cd25c7d707b5 X-VCS-Branch: master Date: Fri, 19 Mar 2021 19:46:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d68596b4-0f17-4aea-88c2-e6ad8451623e X-Archives-Hash: a429f8e085685cc60fa6411f4ee8e040 commit: 967bf3bc731717cee49b4b32d332cd25c7d707b5 Author: Christoph Junghans gentoo org> AuthorDate: Fri Mar 19 19:40:05 2021 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Mar 19 19:45:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967bf3bc sci-chemistry/votca-csg: live ebuild updates Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Christoph Junghans gentoo.org> sci-chemistry/votca-csg/votca-csg-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild index 2fd3e86a408..ba2fbdfd7aa 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild @@ -20,7 +20,8 @@ HOMEPAGE="https://www.votca.org/" LICENSE="Apache-2.0" SLOT="0" -IUSE="examples extras +gromacs hdf5" +IUSE="examples extras +gromacs hdf5 test" +RESTRICT="!test? ( test )" RDEPEND=" app-shells/bash:* @@ -56,6 +57,7 @@ src_configure() { -DCMAKE_DISABLE_FIND_PACKAGE_GROMACS=$(usex !gromacs) -DCMAKE_DISABLE_FIND_PACKAGE_HDF5=$(usex !hdf5) -DBUILD_CSGAPPS=$(usex extras) + -DENABLE_TESTING=$(usex test) ) cmake_src_configure }