From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A4E01381F3 for ; Sat, 19 Oct 2013 09:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3288CE0B1D; Sat, 19 Oct 2013 09:36:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3F48E0B1D for ; Sat, 19 Oct 2013 09:36:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84EF133F033 for ; Sat, 19 Oct 2013 09:36:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 30DCFE545D for ; Sat, 19 Oct 2013 09:36:14 +0000 (UTC) From: "Honza Macháček" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Honza Macháček" Message-ID: <1382174984.4e55b77d611f2ce1180c39f731a522ae10e5a30b.honza_machacek@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nwchem/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/nwchem/ChangeLog sci-chemistry/nwchem/nwchem-6.3-r2.ebuild X-VCS-Directories: sci-chemistry/nwchem/ X-VCS-Committer: honza_machacek X-VCS-Committer-Name: Honza Macháček X-VCS-Revision: 4e55b77d611f2ce1180c39f731a522ae10e5a30b X-VCS-Branch: master Date: Sat, 19 Oct 2013 09:36:14 +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: d21c9f67-c5f6-4084-98ff-9346df3a4bc0 X-Archives-Hash: 642164c31374bef20088ee58d315fd68 commit: 4e55b77d611f2ce1180c39f731a522ae10e5a30b Author: Honza Macháček centrum cz> AuthorDate: Sat Oct 19 09:29:44 2013 +0000 Commit: Honza Macháček centrum cz> CommitDate: Sat Oct 19 09:29:44 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4e55b77d In sci-chemistry/nwchem-6.3-r2, arranged for the TeX fonts creation in the sandbox. This time really. Package-Manager: portage-2.2.7 --- sci-chemistry/nwchem/ChangeLog | 3 +++ sci-chemistry/nwchem/nwchem-6.3-r2.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/nwchem/ChangeLog b/sci-chemistry/nwchem/ChangeLog index d710a50..b4cad04 100644 --- a/sci-chemistry/nwchem/ChangeLog +++ b/sci-chemistry/nwchem/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Oct 2013; Honza Macháček nwchem-6.3-r2.ebuild: + Arranged for the TeX fonts creation in the sandbox. This time really. + *nwchem-6.3-r2 (19 Oct 2013) 19 Oct 2013; Honza Macháček diff --git a/sci-chemistry/nwchem/nwchem-6.3-r2.ebuild b/sci-chemistry/nwchem/nwchem-6.3-r2.ebuild index 8a8e3d4..0bc9510 100644 --- a/sci-chemistry/nwchem/nwchem-6.3-r2.ebuild +++ b/sci-chemistry/nwchem/nwchem-6.3-r2.ebuild @@ -114,7 +114,7 @@ src_compile() { if use doc; then cd "${S}"/doc - VARTEXFONTS="${T}/fonts" + export VARTEXFONTS="${T}/fonts" emake \ DIAG=PAR \ NWCHEM_TOP="${S}" \