summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-10-10 19:28:58 +0000
committerPacho Ramos <pacho@gentoo.org>2013-10-10 19:28:58 +0000
commitf1cde90a07939bd5ec534fa14ed490492af4f514 (patch)
tree7ace1b7e08c36dfc001f9d62238e87c8f2bc2a81 /net-im/telepathy-mission-control
parentDev channel bump. (diff)
downloadgentoo-2-f1cde90a07939bd5ec534fa14ed490492af4f514.tar.gz
gentoo-2-f1cde90a07939bd5ec534fa14ed490492af4f514.tar.bz2
gentoo-2-f1cde90a07939bd5ec534fa14ed490492af4f514.zip
Python is only needed to run tests (#487568 by mgorny)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-im/telepathy-mission-control')
-rw-r--r--net-im/telepathy-mission-control/ChangeLog6
-rw-r--r--net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild10
2 files changed, 11 insertions, 5 deletions
diff --git a/net-im/telepathy-mission-control/ChangeLog b/net-im/telepathy-mission-control/ChangeLog
index 2ec5b4ba28b5..c1797af68f20 100644
--- a/net-im/telepathy-mission-control/ChangeLog
+++ b/net-im/telepathy-mission-control/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/telepathy-mission-control
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.90 2013/09/05 18:59:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.91 2013/10/10 19:28:58 pacho Exp $
+
+ 10 Oct 2013; Pacho Ramos <pacho@gentoo.org>
+ telepathy-mission-control-5.14.1.ebuild:
+ Python is only needed to run tests (#487568 by mgorny)
05 Sep 2013; Michał Górny <mgorny@gentoo.org>
telepathy-mission-control-5.14.0-r1.ebuild,
diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild
index 4f7cdd7eb307..eee6483e4752 100644
--- a/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild
+++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild,v 1.2 2013/09/05 18:59:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild,v 1.3 2013/10/10 19:28:58 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_{6,7} )
+# Needed for tests, but we don't run them for now
+#PYTHON_COMPAT=( python2_{6,7} )
-inherit gnome2 python-any-r1
+inherit gnome2 #python-any-r1
DESCRIPTION="An account manager and channel dispatcher for the Telepathy framework"
HOMEPAGE="http://cgit.freedesktop.org/telepathy/telepathy-mission-control/"
@@ -34,7 +35,8 @@ DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.17
virtual/pkgconfig
"
-# test? ( dev-python/twisted-words )"
+# test? ( ${PYTHON_DEPS}
+# dev-python/twisted-words )"
# Tests are broken, see upstream bug #29334 and #64212
# upstream doesn't want it enabled everywhere (#29334#c12)