summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-01-19 20:12:48 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-01-19 20:12:48 +0000
commit80340a69ff3d751abefee46d020c9bada9b03357 (patch)
tree8795593b63622efc5279178e04ff06cf2266697c /dev-python/pygtk/pygtk-2.17.0.ebuild
parentcleanup (diff)
downloadgentoo-2-80340a69ff3d751abefee46d020c9bada9b03357.tar.gz
gentoo-2-80340a69ff3d751abefee46d020c9bada9b03357.tar.bz2
gentoo-2-80340a69ff3d751abefee46d020c9bada9b03357.zip
Be less brutal with tests suppression.
(Portage version: 2.2.0_alpha17/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pygtk/pygtk-2.17.0.ebuild')
-rw-r--r--dev-python/pygtk/pygtk-2.17.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pygtk/pygtk-2.17.0.ebuild b/dev-python/pygtk/pygtk-2.17.0.ebuild
index 321f6e441b3b..93cbe0e2a519 100644
--- a/dev-python/pygtk/pygtk-2.17.0.ebuild
+++ b/dev-python/pygtk/pygtk-2.17.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.17.0.ebuild,v 1.10 2011/01/17 18:17:50 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.17.0.ebuild,v 1.11 2011/01/19 20:12:48 eva Exp $
EAPI="2"
PYTHON_DEPEND="2:2.6"
@@ -56,6 +56,7 @@ src_test() {
testing() {
cd tests
+ export XDG_CONFIG_HOME="${T}/$(PYTHON --ABI)"
Xemake check-local
}
python_execute_function -s testing