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

Collapse All | Expand All

(-)a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild (-7 / +4 lines)
Lines 14-20 SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" Link Here
14
LICENSE="LGPL-2.1"
14
LICENSE="LGPL-2.1"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
16
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
17
IUSE="gnutls +jingle libressl plugins test"
17
IUSE="+jingle libressl plugins test"
18
18
19
# Prevent false positives due nested configure
19
# Prevent false positives due nested configure
20
QA_CONFIGURE_OPTIONS=".*"
20
QA_CONFIGURE_OPTIONS=".*"
Lines 32-42 RDEPEND=" Link Here
32
	dev-libs/libxml2
32
	dev-libs/libxml2
33
	dev-db/sqlite:3
33
	dev-db/sqlite:3
34
34
35
	gnutls? ( >=net-libs/gnutls-2.10.2 )
35
	libressl? ( dev-libs/libressl:0= )
36
	!gnutls? (
36
	!libressl? ( >=net-libs/gnutls-2.10.2 )
37
		libressl? ( dev-libs/libressl:0= )
38
		!libressl? ( >=dev-libs/openssl-0.9.8g:0=[-bindist] )
39
	)
40
	jingle? (
37
	jingle? (
41
		>=net-libs/libsoup-2.42
38
		>=net-libs/libsoup-2.42
42
		>=net-libs/libnice-0.0.11 )
39
		>=net-libs/libnice-0.0.11 )
Lines 81-87 src_configure() { Link Here
81
		$(use_enable jingle voip) \
78
		$(use_enable jingle voip) \
82
		$(use_enable jingle google-relay) \
79
		$(use_enable jingle google-relay) \
83
		$(use_enable plugins) \
80
		$(use_enable plugins) \
84
		--with-tls=$(usex gnutls gnutls openssl)
81
		--with-tls=$(usex libressl openssl gnutls)
85
}
82
}
86
83
87
src_test() {
84
src_test() {

Return to bug 658902