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 D1B511395E2 for ; Tue, 29 Nov 2016 08:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8777E0BBF; Tue, 29 Nov 2016 08:48:37 +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 CCF0BE0BBF for ; Tue, 29 Nov 2016 08:48:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 901A733BEBE for ; Tue, 29 Nov 2016 08:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03E8F4A1 for ; Tue, 29 Nov 2016 08:48:35 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1480409268.c4f97bbea166efdc1ce7d92cfcc71db83743468c.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gamess/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/gamess/gamess-20161808.1.ebuild X-VCS-Directories: sci-chemistry/gamess/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: c4f97bbea166efdc1ce7d92cfcc71db83743468c X-VCS-Branch: master Date: Tue, 29 Nov 2016 08:48:35 +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: 97219d4b-ee23-4c9a-ab8d-4652aabf074d X-Archives-Hash: 077db146ef0b61a3ee43e422279cfe7b commit: c4f97bbea166efdc1ce7d92cfcc71db83743468c Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Nov 29 08:47:48 2016 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Nov 29 08:47:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c4f97bbe sci-chemistry/gamess: Update install info Package-Manager: portage-2.3.0 sci-chemistry/gamess/gamess-20161808.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sci-chemistry/gamess/gamess-20161808.1.ebuild b/sci-chemistry/gamess/gamess-20161808.1.ebuild index 8f62aa6..625bb7e 100644 --- a/sci-chemistry/gamess/gamess-20161808.1.ebuild +++ b/sci-chemistry/gamess/gamess-20161808.1.ebuild @@ -221,6 +221,10 @@ src_prepare() { setenv GMS_MATHLIB atlas setenv GMS_MATHLIB_PATH /usr/$(get_libdir)/atlas setenv GMS_DDI_COMM sockets + setenv GMS_LIBCCHEM false + setenv GMS_PHI false + setenv GMS_SHMTYPE sysv + setenv GMS_OPENMP false EOF }