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 17E85138330 for ; Thu, 25 Aug 2016 15:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BCB4E0B0B; Thu, 25 Aug 2016 15:51:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22352E0B0B for ; Thu, 25 Aug 2016 15:51:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96EAD340A03 for ; Thu, 25 Aug 2016 15:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4B19245B for ; Thu, 25 Aug 2016 15:51:25 +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: <1472140278.13ca73f76851465e4ae01abbd428f270007e15cd.ottxor@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2016.9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 13ca73f76851465e4ae01abbd428f270007e15cd X-VCS-Branch: master Date: Thu, 25 Aug 2016 15:51:25 +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: 9cbff21d-63ea-41ca-9c5f-8e3970886867 X-Archives-Hash: 7119c2d9c7cee1034e8a569bf64a438f commit: 13ca73f76851465e4ae01abbd428f270007e15cd Author: Christoph Junghans gentoo org> AuthorDate: Thu Aug 25 15:50:32 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Thu Aug 25 15:51:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ca73f7 sci-chemistry/gromacs: add missing test dep Package-Manager: portage-2.2.28 sci-chemistry/gromacs/gromacs-2016.9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild index b09b247..c4a1a0a 100644 --- a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild @@ -55,7 +55,9 @@ DEPEND="${CDEPEND} dev-texlive/texlive-latex dev-texlive/texlive-latexextra media-gfx/imagemagick - )" + ) + test? ( dev-libs/tinyxml2 ) + " RDEPEND="${CDEPEND}" REQUIRED_USE=" @@ -161,6 +163,7 @@ src_configure() { -DGMX_VMD_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/" -DBUILD_TESTING=OFF -DGMX_BUILD_UNITTESTS=OFF + -DGMX_EXTERNAL_TINYXML2=ON ${extra} )