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 8B73B138330 for ; Tue, 23 Aug 2016 23:51:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A06E621C03C; Tue, 23 Aug 2016 23:51:30 +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 159EE21C03C for ; Tue, 23 Aug 2016 23:51:29 +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 ACE4E340831 for ; Tue, 23 Aug 2016 23:51:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B68212460 for ; Tue, 23 Aug 2016 23:51:26 +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: <1471996264.7cbbf1df31c9ba400f57a3888988781f31b7ce6d.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 sci-chemistry/gromacs/gromacs-2016.ebuild sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 7cbbf1df31c9ba400f57a3888988781f31b7ce6d X-VCS-Branch: master Date: Tue, 23 Aug 2016 23:51:26 +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: 34019a73-2543-4ab2-958e-a7a5d1e58db8 X-Archives-Hash: 460615557ce7679a10c150f7203ae271 commit: 7cbbf1df31c9ba400f57a3888988781f31b7ce6d Author: Christoph Junghans gentoo org> AuthorDate: Tue Aug 23 23:51:04 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Aug 23 23:51:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbbf1df sci-chemistry/gromacs: fix sandbox issue (bug #591952) Package-Manager: portage-2.2.28 sci-chemistry/gromacs/gromacs-2016.9999.ebuild | 4 +++- sci-chemistry/gromacs/gromacs-2016.ebuild | 4 +++- sci-chemistry/gromacs/gromacs-9999.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild index 1b02d2a..b09b247 100644 --- a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 CMAKE_MAKEFILE_GENERATOR="ninja" -inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs +inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs xdg-utils if [[ $PV = *9999* ]]; then EGIT_REPO_URI="git://git.gromacs.org/gromacs.git @@ -93,6 +93,8 @@ src_prepare() { #notes/todos # -on apple: there is framework support + xdg_environment_reset #591952 + cmake-utils_src_prepare use cuda && cuda_src_prepare diff --git a/sci-chemistry/gromacs/gromacs-2016.ebuild b/sci-chemistry/gromacs/gromacs-2016.ebuild index 1ca0343..c93c507 100644 --- a/sci-chemistry/gromacs/gromacs-2016.ebuild +++ b/sci-chemistry/gromacs/gromacs-2016.ebuild @@ -6,7 +6,7 @@ EAPI=6 CMAKE_MAKEFILE_GENERATOR="ninja" -inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs +inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs xdg-utils if [[ $PV = *9999* ]]; then EGIT_REPO_URI="git://git.gromacs.org/gromacs.git @@ -93,6 +93,8 @@ src_prepare() { #notes/todos # -on apple: there is framework support + xdg_environment_reset #591952 + cmake-utils_src_prepare use cuda && cuda_src_prepare diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index 5493e60..4a21c97 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 CMAKE_MAKEFILE_GENERATOR="ninja" -inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs +inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs xdg-utils if [[ $PV = *9999* ]]; then EGIT_REPO_URI="git://git.gromacs.org/gromacs.git @@ -93,6 +93,8 @@ src_prepare() { #notes/todos # -on apple: there is framework support + xdg_environment_reset #591952 + cmake-utils_src_prepare use cuda && cuda_src_prepare