Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 492348 | Differences between
and this patch

Collapse All | Expand All

(-)telepathy-haze-0.8.0.ebuild (-1 / +6 lines)
Lines 5-11 Link Here
5
EAPI=5
5
EAPI=5
6
PYTHON_COMPAT=( python2_{6,7} )
6
PYTHON_COMPAT=( python2_{6,7} )
7
7
8
inherit python-single-r1
8
inherit autotools eutils python-single-r1
9
9
10
DESCRIPTION="Telepathy connection manager providing libpurple supported protocols."
10
DESCRIPTION="Telepathy connection manager providing libpurple supported protocols."
11
HOMEPAGE="http://developer.pidgin.im/wiki/TelepathyHaze"
11
HOMEPAGE="http://developer.pidgin.im/wiki/TelepathyHaze"
Lines 29-31 Link Here
29
DEPEND="${RDEPEND}
29
DEPEND="${RDEPEND}
30
	virtual/pkgconfig"
30
	virtual/pkgconfig"
31
#	test? ( dev-python/twisted-words )"
31
#	test? ( dev-python/twisted-words )"
32
33
src_prepare() {
34
	epatch "${FILESDIR}/0.8-cert-workaround.patch"
35
	eautoreconf
36
}

Return to bug 492348