diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-26 18:52:55 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-26 18:52:55 +0000 |
commit | bff9f0212707af0b08c522a3e5408c9290087e7c (patch) | |
tree | a48b8eaf55911e70a62d7fc49559f6c4662f15ab /net-im | |
parent | Initial version of shorewall-init; Thanks to Thomas D. (diff) | |
download | gentoo-2-bff9f0212707af0b08c522a3e5408c9290087e7c.tar.gz gentoo-2-bff9f0212707af0b08c522a3e5408c9290087e7c.tar.bz2 gentoo-2-bff9f0212707af0b08c522a3e5408c9290087e7c.zip |
Python is needed even without tests, bug #489466 by Eternal Sorrow
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-mission-control/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild | 12 |
2 files changed, 11 insertions, 7 deletions
diff --git a/net-im/telepathy-mission-control/ChangeLog b/net-im/telepathy-mission-control/ChangeLog index c1797af68f20..e123ee6a3f26 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.91 2013/10/10 19:28:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.92 2013/10/26 18:52:55 pacho Exp $ + + 26 Oct 2013; Pacho Ramos <pacho@gentoo.org> + telepathy-mission-control-5.14.1.ebuild: + Python is needed even without tests, bug #489466 by Eternal Sorrow 10 Oct 2013; Pacho Ramos <pacho@gentoo.org> telepathy-mission-control-5.14.1.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 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) |