diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-23 19:06:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-23 19:06:54 +0000 |
commit | 4f605dcfbcacc8c5749ea1fcbb7e418b9198c6bb (patch) | |
tree | 9bc2dd668949b3e9c8f42af8606d385728319d60 /sci-mathematics/fann | |
parent | Version bump, beta recommended by upstream, closing bug #199785. (diff) | |
download | gentoo-2-4f605dcfbcacc8c5749ea1fcbb7e418b9198c6bb.tar.gz gentoo-2-4f605dcfbcacc8c5749ea1fcbb7e418b9198c6bb.tar.bz2 gentoo-2-4f605dcfbcacc8c5749ea1fcbb7e418b9198c6bb.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-mathematics/fann')
-rw-r--r-- | sci-mathematics/fann/fann-2.1.0_beta.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-mathematics/fann/fann-2.1.0_beta.ebuild b/sci-mathematics/fann/fann-2.1.0_beta.ebuild index e7380eafe309..4897f0210ea7 100644 --- a/sci-mathematics/fann/fann-2.1.0_beta.ebuild +++ b/sci-mathematics/fann/fann-2.1.0_beta.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-mathematics/fann/fann-2.1.0_beta.ebuild,v 1.1 2008/05/23 18:17:38 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.1.0_beta.ebuild,v 1.2 2008/05/23 19:06:54 mr_bones_ Exp $ inherit eutils python @@ -19,7 +19,6 @@ DEPEND="${RDEPEND} python? ( dev-lang/swig ) app-arch/unzip" - S="${WORKDIR}/${P/_beta/}" src_unpack() { unpack ${A} |