diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-28 18:35:25 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-28 18:35:25 +0000 |
commit | d144ed5f0ddb16ec95b74dd2050ee0221e204b5a (patch) | |
tree | a2bbc11b6358969913e13f760587546e3cc60cd6 /dev-python | |
parent | version bump (diff) | |
download | gentoo-2-d144ed5f0ddb16ec95b74dd2050ee0221e204b5a.tar.gz gentoo-2-d144ed5f0ddb16ec95b74dd2050ee0221e204b5a.tar.bz2 gentoo-2-d144ed5f0ddb16ec95b74dd2050ee0221e204b5a.zip |
Tests are restricted, so comment out DISTUTILS_SRC_TEST.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pastescript/pastescript-1.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pastescript/pastescript-1.7.3.ebuild b/dev-python/pastescript/pastescript-1.7.3.ebuild index baff13b92db8..8fcd4b181e1a 100644 --- a/dev-python/pastescript/pastescript-1.7.3.ebuild +++ b/dev-python/pastescript/pastescript-1.7.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.6 2010/06/27 23:10:13 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.7 2010/06/28 18:35:25 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="nosetests" +#DISTUTILS_SRC_TEST="nosetests" inherit distutils |