diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-06 15:18:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-06 15:18:08 +0000 |
commit | 473c94bc697fb3796ee4aea36074a816c216a5f3 (patch) | |
tree | ca2683e5c11083c0f454bb663ec4d3e7c7d43930 /sci-chemistry | |
parent | whitespace (diff) | |
download | gentoo-2-473c94bc697fb3796ee4aea36074a816c216a5f3.tar.gz gentoo-2-473c94bc697fb3796ee4aea36074a816c216a5f3.tar.bz2 gentoo-2-473c94bc697fb3796ee4aea36074a816c216a5f3.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/vmd/vmd-1.8.7.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-chemistry/vmd/vmd-1.8.7.ebuild b/sci-chemistry/vmd/vmd-1.8.7.ebuild index 359d045909bc..2b20f6714aba 100644 --- a/sci-chemistry/vmd/vmd-1.8.7.ebuild +++ b/sci-chemistry/vmd/vmd-1.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.8.7.ebuild,v 1.1 2009/08/06 14:19:15 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.8.7.ebuild,v 1.2 2009/08/06 15:18:08 mr_bones_ Exp $ EAPI="2" @@ -104,7 +104,6 @@ src_prepare() { -i "${S}"/bin/vmd.sh || die "failed setting up vmd wrapper script" } - src_configure() { local myconfig="LINUX OPENGL FLTK TK TCL PTHREADS PYTHON IMD NETCDF NUMPY" rm -f configure.options && echo $myconfig >> configure.options @@ -112,7 +111,6 @@ src_configure() { ./configure &> /dev/null || die "failed to configure" } - src_compile() { # build plugins cd "${WORKDIR}"/plugins |