diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-30 16:35:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-30 16:35:31 +0000 |
commit | 22a5059dcff5757ffdea4149b94caf4486e6c629 (patch) | |
tree | 78437ec2de72129aa8ddd3527ffd15918c68858a /dev-python/vertex | |
parent | Fix build failure when sys-devel/patch-2.6 is installed (bug #294841). (diff) | |
download | gentoo-2-22a5059dcff5757ffdea4149b94caf4486e6c629.tar.gz gentoo-2-22a5059dcff5757ffdea4149b94caf4486e6c629.tar.bz2 gentoo-2-22a5059dcff5757ffdea4149b94caf4486e6c629.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python/vertex')
-rw-r--r-- | dev-python/vertex/vertex-0.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/vertex/vertex-0.3.0.ebuild b/dev-python/vertex/vertex-0.3.0.ebuild index 330a9bb9710f..15fb79632b0f 100644 --- a/dev-python/vertex/vertex-0.3.0.ebuild +++ b/dev-python/vertex/vertex-0.3.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/vertex/vertex-0.3.0.ebuild,v 1.1 2009/11/30 14:07:40 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/vertex/vertex-0.3.0.ebuild,v 1.2 2009/11/30 16:35:31 mr_bones_ Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" -# setup.py uses epsilon.setuphelper.autosetup(), which tries to use -# build-${PYTHON_ABI} directories as packages. +# setup.py uses epsilon.setuphelper.autosetup(), which tries to use +# build-${PYTHON_ABI} directories as packages. DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" inherit distutils |