diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-06-02 22:09:41 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-06-02 22:09:41 +0000 |
commit | 9698a6058065154797752b1df3191b935f51f7fd (patch) | |
tree | 54de9ff7fa3e3d19296521878fda7d99c12543bb /dev-scheme | |
parent | Revision bump to fix a number of bugs. Among those are: GCC-4.{2,3} support, ... (diff) | |
download | historical-9698a6058065154797752b1df3191b935f51f7fd.tar.gz historical-9698a6058065154797752b1df3191b935f51f7fd.tar.bz2 historical-9698a6058065154797752b1df3191b935f51f7fd.zip |
Fix whitespaces in src_compile()
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/sisc/sisc-1.16.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-scheme/sisc/sisc-1.16.6.ebuild b/dev-scheme/sisc/sisc-1.16.6.ebuild index a28f9030ac8e..e471517fe69f 100644 --- a/dev-scheme/sisc/sisc-1.16.6.ebuild +++ b/dev-scheme/sisc/sisc-1.16.6.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/dev-scheme/sisc/sisc-1.16.6.ebuild,v 1.1 2008/06/02 21:28:25 pchrist Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/sisc/sisc-1.16.6.ebuild,v 1.2 2008/06/02 22:09:41 pchrist Exp $ EAPI=1 inherit eutils java-pkg-2 java-ant-2 @@ -22,8 +22,8 @@ src_unpack() { } src_compile() { -eant clean || die "Cleaning with ant failed." -eant all || die "building all target with ant, failed." + eant clean || die "Cleaning with ant failed." + eant all || die "building all target with ant, failed." } src_install() { |