diff options
author | 2008-02-06 09:21:26 +0000 | |
---|---|---|
committer | 2008-02-06 09:21:26 +0000 | |
commit | 6648d671542bfffb10683ca027d037b7b485f6a3 (patch) | |
tree | 7eb1871b08db9aafac24466dd2eac4d1967a2f37 /sci-chemistry/sparky/sparky-3.113.ebuild | |
parent | (#208859) Drop old version so python 2.3 can leave the tree. (diff) | |
download | gentoo-2-6648d671542bfffb10683ca027d037b7b485f6a3.tar.gz gentoo-2-6648d671542bfffb10683ca027d037b7b485f6a3.tar.bz2 gentoo-2-6648d671542bfffb10683ca027d037b7b485f6a3.zip |
Fix minor syntax issues.
(Portage version: 2.1.4)
Diffstat (limited to 'sci-chemistry/sparky/sparky-3.113.ebuild')
-rw-r--r-- | sci-chemistry/sparky/sparky-3.113.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-chemistry/sparky/sparky-3.113.ebuild b/sci-chemistry/sparky/sparky-3.113.ebuild index c971e8e564b7..016d8c47f8ac 100644 --- a/sci-chemistry/sparky/sparky-3.113.ebuild +++ b/sci-chemistry/sparky/sparky-3.113.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.113.ebuild,v 1.1 2007/06/06 00:06:09 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.113.ebuild,v 1.2 2008/02/06 09:21:26 dberkholz Exp $ inherit eutils toolchain-funcs multilib python @@ -51,14 +51,14 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - epatch ${FILESDIR}/fix-install.patch + epatch "${FILESDIR}"/fix-install.patch sed -i \ -e "s:^\(set PYTHON[[:space:]]*=\).*:\1 /usr/bin/python${PYVER}:g" \ -e "s:^\(setenv TCLTK_LIB[[:space:]]*\).*:\1 /usr/$(get_libdir):g" \ - ${S}/bin/sparky + "${S}"/bin/sparky } src_compile() { |