diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-08 14:31:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-08 14:31:50 +0000 |
commit | 552209e430c61c91a834b25534408f0bc8047a96 (patch) | |
tree | f47bd1a362e13be2d70370c2ed3bc6bc144909c5 /sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild | |
parent | Remove blocker on x11-misc/qterm (Bug #176533). Add blocker on games-util/qst... (diff) | |
download | historical-552209e430c61c91a834b25534408f0bc8047a96.tar.gz historical-552209e430c61c91a834b25534408f0bc8047a96.tar.bz2 historical-552209e430c61c91a834b25534408f0bc8047a96.zip |
whitespace
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild')
-rw-r--r-- | sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild b/sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild index b77bf290fb32..3021e706249f 100644 --- a/sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild +++ b/sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild,v 1.2 2008/04/08 08:06:55 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild,v 1.3 2008/04/08 14:31:50 mr_bones_ Exp $ inherit fortran eutils gnuconfig toolchain-funcs @@ -12,8 +12,8 @@ PATCH_TOT="10" # Here's a little scriptlet to generate this list from the provided # index.patches file # -# i=1; while read -a line; do [[ ${line//#} != ${line} ]] && continue; -# echo "PATCH${i}=( ${line[1]}"; echo "${line[0]} )"; (( i++ )); done < +# i=1; while read -a line; do [[ ${line//#} != ${line} ]] && continue; +# echo "PATCH${i}=( ${line[1]}"; echo "${line[0]} )"; (( i++ )); done < # index.patches PATCH1=( src/topp_ topp.f-r1.16.2.5-r1.16.2.6.diff ) |