diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-12-16 13:55:41 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-12-16 13:55:41 +0000 |
commit | 021848a7279150b04311dbf9944749c332f34200 (patch) | |
tree | 71838f714417c979b40c026727a8b3e36c44d8d2 /sci-chemistry | |
parent | Removal of fortran.eclass, #348851 (diff) | |
download | gentoo-2-021848a7279150b04311dbf9944749c332f34200.tar.gz gentoo-2-021848a7279150b04311dbf9944749c332f34200.tar.bz2 gentoo-2-021848a7279150b04311dbf9944749c332f34200.zip |
Ebuild has redundant cd statement on line: 33
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/raster3d/raster3d-2.7c.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-chemistry/raster3d/raster3d-2.7c.ebuild b/sci-chemistry/raster3d/raster3d-2.7c.ebuild index 98a0ef03aa90..65bdd634a648 100644 --- a/sci-chemistry/raster3d/raster3d-2.7c.ebuild +++ b/sci-chemistry/raster3d/raster3d-2.7c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7c.ebuild,v 1.10 2010/12/16 13:54:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7c.ebuild,v 1.11 2010/12/16 13:55:41 jlec Exp $ inherit toolchain-funcs @@ -30,8 +30,6 @@ src_unpack() { } src_compile() { - cd "${S}" - # fix Makefile to honor user's CFLAGS/FFLAGS sed -e "s:gcc:$(tc-getCC):" \ -e "s:g77:$(tc-getFC):" \ |