diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 01:57:05 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 01:57:05 +0000 |
commit | 7fa60db86cdef790e2751aeee11eccc5f00d1451 (patch) | |
tree | ed12dbfeb47b440e5683135a8f53f285fff5bee4 /dev-python/pyquery/pyquery-1.1.1.ebuild | |
parent | Fixing accidental double asterisk (diff) | |
download | gentoo-2-7fa60db86cdef790e2751aeee11eccc5f00d1451.tar.gz gentoo-2-7fa60db86cdef790e2751aeee11eccc5f00d1451.tar.bz2 gentoo-2-7fa60db86cdef790e2751aeee11eccc5f00d1451.zip |
Fixing accidental double asterisk
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyquery/pyquery-1.1.1.ebuild')
-rw-r--r-- | dev-python/pyquery/pyquery-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyquery/pyquery-1.1.1.ebuild b/dev-python/pyquery/pyquery-1.1.1.ebuild index 43186e44172b..9de9c670b9e5 100644 --- a/dev-python/pyquery/pyquery-1.1.1.ebuild +++ b/dev-python/pyquery/pyquery-1.1.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.1.1.ebuild,v 1.2 2012/02/20 14:29:51 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.1.1.ebuild,v 1.3 2012/02/25 01:57:04 patrick Exp $ EAPI=3 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 *-jython 2.7-pypy-**" +RESTRICT_PYTHON_ABIS="2.4 *-jython 2.7-pypy-*" #DISTUTILS_SRC_TEST="nosetests" somewhat works, tries to test docs inherit distutils |