Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 456250
Collapse All | Expand All

(-)telepathy-gabble-0.16.4.ebuild (-3 / +5 lines)
Lines 14-27 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="+jingle test"
17
IUSE="+jingle test +gnutls"
18
18
19
RDEPEND=">=dev-libs/glib-2.30:2
19
RDEPEND=">=dev-libs/glib-2.30:2
20
	>=sys-apps/dbus-1.1.0
20
	>=sys-apps/dbus-1.1.0
21
	>=dev-libs/dbus-glib-0.82
21
	>=dev-libs/dbus-glib-0.82
22
	>=net-libs/telepathy-glib-0.18
22
	>=net-libs/telepathy-glib-0.18
23
	>=net-libs/libnice-0.0.11
23
	>=net-libs/libnice-0.0.11
24
	>=net-libs/gnutls-2.10.2
24
	gnutls? ( >=net-libs/gnutls-2.10.2 )
25
	!gnutls? ( dev-libs/openssl )
25
26
26
	dev-db/sqlite:3
27
	dev-db/sqlite:3
27
	dev-libs/libxml2
28
	dev-libs/libxml2
Lines 50-56 Link Here
50
		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
51
		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
51
		--disable-coding-style-checks \
52
		--disable-coding-style-checks \
52
		--disable-Werror \
53
		--disable-Werror \
53
		$(use_enable jingle file-transfer)
54
		$(use_enable jingle file-transfer) \
55
		--with-tls=$(usex gnutls gnutls openssl)
54
}
56
}
55
57
56
src_test() {
58
src_test() {

Return to bug 456250