diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 01:49:30 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 01:49:30 +0000 |
commit | ff44f6f363c74df6a3f0dbecb9072dd61ed70dcb (patch) | |
tree | 821191429a7fe32c1a0c81ca82eb33d90bfb21a4 /dev-python/dbus-python/dbus-python-0.84.0.ebuild | |
parent | Add video_cards_modesetting. (diff) | |
download | gentoo-2-ff44f6f363c74df6a3f0dbecb9072dd61ed70dcb.tar.gz gentoo-2-ff44f6f363c74df6a3f0dbecb9072dd61ed70dcb.tar.bz2 gentoo-2-ff44f6f363c74df6a3f0dbecb9072dd61ed70dcb.zip |
Fixing accidental double asterisk
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/dbus-python/dbus-python-0.84.0.ebuild')
-rw-r--r-- | dev-python/dbus-python/dbus-python-0.84.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dbus-python/dbus-python-0.84.0.ebuild b/dev-python/dbus-python/dbus-python-0.84.0.ebuild index b633ba397c34..e35544b72273 100644 --- a/dev-python/dbus-python/dbus-python-0.84.0.ebuild +++ b/dev-python/dbus-python/dbus-python-0.84.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild,v 1.11 2012/02/20 14:25:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild,v 1.12 2012/02/25 01:49:29 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-**" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" PYTHON_TESTS_RESTRICTED_ABIS="2.4 2.5" PYTHON_EXPORT_PHASE_FUNCTIONS="1" |