From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RMW4l-0005Bh-Jp for garchives@archives.gentoo.org; Sat, 05 Nov 2011 02:33:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACA2E21C039; Sat, 5 Nov 2011 02:33:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7B5D021C032 for ; Sat, 5 Nov 2011 02:33:33 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE92E1B400E for ; Sat, 5 Nov 2011 02:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 44EFE8004A for ; Sat, 5 Nov 2011 02:33:32 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/votca-csg/votca-csg-9999.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: ef979d46c50651e1d7ca6bf63435aecb7fd7758f Date: Sat, 5 Nov 2011 02:33:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8bc0aa74-d3d0-4c39-9be8-7a1a3dec1093 X-Archives-Hash: acf8789208e5d382b4096a13270e0597 commit: ef979d46c50651e1d7ca6bf63435aecb7fd7758f Author: Christoph Junghans gentoo org> AuthorDate: Sat Nov 5 02:27:07 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Sat Nov 5 02:27:07 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Def979d46 multilib support (Portage version: 2.2.0_alpha72/git/Linux i686, signed Manifest commit wi= th key C2000586) --- sci-chemistry/votca-csg/votca-csg-9999.ebuild | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistr= y/votca-csg/votca-csg-9999.ebuild index cd1b64b..8b73e8f 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D4 =20 -inherit bash-completion-r1 cmake-utils +inherit bash-completion-r1 cmake-utils multilib =20 IUSE=3D"doc examples extras +gromacs +system-boost" PDEPEND=3D"extras? ( =3Dsci-chemistry/votca-csgapps-${PV} )" @@ -56,6 +56,7 @@ src_configure() { -DWITH_GMX_DEVEL=3D"${GMX_DEV}" -DGMX_DOUBLE=3D"${GMX_DOUBLE}" -DWITH_RC_FILES=3DOFF + -DLIB=3D$(get_libdir) ) cmake-utils_src_configure }