diff options
Diffstat (limited to 'net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild')
-rw-r--r-- | net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
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 eee6483e4752..a40938a93fa4 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,14 +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.3 2013/10/10 19:28:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild,v 1.4 2013/10/26 18:52:55 pacho Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -# Needed for tests, but we don't run them for now -#PYTHON_COMPAT=( python2_{6,7} ) +# Needed for tests and build #489466 +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/" @@ -31,12 +31,12 @@ RDEPEND=" upower? ( >=sys-power/upower-0.9.11 ) " DEPEND="${RDEPEND} + ${PYTHON_DEPS} dev-libs/libxslt >=dev-util/gtk-doc-am-1.17 virtual/pkgconfig " -# test? ( ${PYTHON_DEPS} -# dev-python/twisted-words )" +# test? ( dev-python/twisted-words )" # Tests are broken, see upstream bug #29334 and #64212 # upstream doesn't want it enabled everywhere (#29334#c12) |