summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/exaile/ChangeLog5
-rw-r--r--media-sound/exaile/exaile-0.3.1.0.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/media-sound/exaile/ChangeLog b/media-sound/exaile/ChangeLog
index 7512907bf85e..8811c56ab8c1 100644
--- a/media-sound/exaile/ChangeLog
+++ b/media-sound/exaile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/exaile
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.65 2010/04/06 12:10:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.66 2010/04/16 11:18:45 ssuominen Exp $
+
+ 16 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> exaile-0.3.1.0.ebuild:
+ Disable test suite because of missing python mox module wrt #315589.
*exaile-0.3.1.0 (06 Apr 2010)
diff --git a/media-sound/exaile/exaile-0.3.1.0.ebuild b/media-sound/exaile/exaile-0.3.1.0.ebuild
index b385a347380c..2c6aad2dc94c 100644
--- a/media-sound/exaile/exaile-0.3.1.0.ebuild
+++ b/media-sound/exaile/exaile-0.3.1.0.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/media-sound/exaile/exaile-0.3.1.0.ebuild,v 1.1 2010/04/06 12:10:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.1.0.ebuild,v 1.2 2010/04/16 11:18:45 ssuominen Exp $
EAPI=2
@@ -30,6 +30,9 @@ RDEPEND="dev-python/dbus-python
DEPEND="nls? ( dev-util/intltool
sys-devel/gettext )"
+# Required python 'mox' module missing wrt #315589
+RESTRICT="test"
+
pkg_setup() {
python_set_active_version 2
}