summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-11-22 19:42:59 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-11-22 19:42:59 +0000
commit62479d4c57821c3149d981e014e10dcb43e64e57 (patch)
treea9627323d203c02e387dbdafd51bec7bad3f2971 /net-voip
parentPerformance and pkgcmp fixes (diff)
downloadgentoo-2-62479d4c57821c3149d981e014e10dcb43e64e57.tar.gz
gentoo-2-62479d4c57821c3149d981e014e10dcb43e64e57.tar.bz2
gentoo-2-62479d4c57821c3149d981e014e10dcb43e64e57.zip
Make sure package builds with multiple python slots installation.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/telepathy-gabble/ChangeLog6
-rw-r--r--net-voip/telepathy-gabble/telepathy-gabble-0.10.4.ebuild9
2 files changed, 12 insertions, 3 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog
index 679fc4aa1643..f7a834a98da0 100644
--- a/net-voip/telepathy-gabble/ChangeLog
+++ b/net-voip/telepathy-gabble/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-voip/telepathy-gabble
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.65 2010/11/03 21:09:25 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.66 2010/11/22 19:42:59 eva Exp $
+
+ 22 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ telepathy-gabble-0.10.4.ebuild:
+ Make sure package builds with multiple python slots installation.
*telepathy-gabble-0.10.4 (03 Nov 2010)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.10.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.10.4.ebuild
index 235b186b5276..378ea30aa832 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.10.4.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.10.4.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.10.4.ebuild,v 1.1 2010/11/03 21:09:25 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.10.4.ebuild,v 1.2 2010/11/22 19:42:59 eva Exp $
EAPI="2"
+PYTHON_DEPEND="2:2.5"
-inherit eutils
+inherit eutils python
DESCRIPTION="A Jabber/XMPP connection manager, this handles single and multi user chats and voice calls."
HOMEPAGE="http://telepathy.freedesktop.org"
@@ -32,6 +33,10 @@ DEPEND="${RDEPEND}
>=dev-python/twisted-words-0.8.2
>=dev-python/dbus-python-0.83 )"
+pkg_setup() {
+ python_set_active_version 2
+}
+
src_configure() {
econf \
--docdir=/usr/share/doc/${PF} \