diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 02:00:49 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 02:00:49 +0000 |
commit | ff6ec4e938b4a85e434bfe6dbf370bd5301f7bd9 (patch) | |
tree | 4a5a79b024c68b9bec8fbe3768c7314383216cb3 /dev-python/dbus-python | |
parent | Marking Apache-DBI-1.110.0 ppc for bug 400027 (diff) | |
download | historical-ff6ec4e938b4a85e434bfe6dbf370bd5301f7bd9.tar.gz historical-ff6ec4e938b4a85e434bfe6dbf370bd5301f7bd9.tar.bz2 historical-ff6ec4e938b4a85e434bfe6dbf370bd5301f7bd9.zip |
Fixing accidental double asterisk
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/dbus-python/dbus-python-0.84.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.0.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/dbus-python/ChangeLog b/dev-python/dbus-python/ChangeLog index 196e251bd4c0..4f8ec48333d8 100644 --- a/dev-python/dbus-python/ChangeLog +++ b/dev-python/dbus-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/dbus-python # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.85 2012/02/20 14:25:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.86 2012/02/25 01:49:30 patrick Exp $ + + 25 Feb 2012; Patrick Lauer <patrick@gentoo.org> dbus-python-0.84.0.ebuild, + dbus-python-1.0.0.ebuild: + Fixing accidental double asterisk 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> dbus-python-0.84.0.ebuild, dbus-python-1.0.0.ebuild: 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" diff --git a/dev-python/dbus-python/dbus-python-1.0.0.ebuild b/dev-python/dbus-python/dbus-python-1.0.0.ebuild index 324463ed3f8f..56ba2fdf5e0e 100644 --- a/dev-python/dbus-python/dbus-python-1.0.0.ebuild +++ b/dev-python/dbus-python/dbus-python-1.0.0.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/dbus-python/dbus-python-1.0.0.ebuild,v 1.6 2012/02/20 14:25:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.0.0.ebuild,v 1.7 2012/02/25 01:49:29 patrick Exp $ EAPI=4 PYTHON_DEPEND="2:2.6 3" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 2.5 *-jython 2.7-pypy-**" +RESTRICT_PYTHON_ABIS="2.4 2.5 *-jython 2.7-pypy-*" PYTHON_EXPORT_PHASE_FUNCTIONS="1" inherit python |