diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-01 22:50:59 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-01 22:50:59 +0000 |
commit | 5d59d3c5107f9fa349e320a9b31f78b26699af7f (patch) | |
tree | 5c8a4c3b82f7e0fecf563b1e5f7bd0d6ceda6a8d /dev-python/dbus-python | |
parent | Add preserve_old_lib calls since the soname changed. (diff) | |
download | gentoo-2-5d59d3c5107f9fa349e320a9b31f78b26699af7f.tar.gz gentoo-2-5d59d3c5107f9fa349e320a9b31f78b26699af7f.tar.bz2 gentoo-2-5d59d3c5107f9fa349e320a9b31f78b26699af7f.zip |
Improve die message in src_test().
(Portage version: 15511-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/dbus-python-0.83.1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-python/dbus-python/dbus-python-0.83.1.ebuild b/dev-python/dbus-python/dbus-python-0.83.1.ebuild index 273eb3f68e9e..dbfcda9a1ad5 100644 --- a/dev-python/dbus-python/dbus-python-0.83.1.ebuild +++ b/dev-python/dbus-python/dbus-python-0.83.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.83.1.ebuild,v 1.1 2010/03/01 22:17:18 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.1.ebuild,v 1.2 2010/03/01 22:50:59 arfrever Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -51,11 +51,8 @@ src_configure() { } src_test() { - runtest() { - unset DBUS_SESSION_BUS_ADDRESS - emake check || die - } - python_execute_function -s runtest + unset DBUS_SESSION_BUS_ADDRESS + python_src_test } src_install() { |