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

Collapse All | Expand All

(-)gnomemeeting-1.00.ebuild (-2 / +11 lines)
Lines 14-21 Link Here
14
KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
14
KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
15
IUSE="sdl ssl ipv6"
15
IUSE="sdl ssl ipv6"
16
16
17
RDEPEND=">=dev-libs/pwlib-1.6.3-r1
17
RDEPEND=">=dev-libs/pwlib-1.6.6
18
	>=net-libs/openh323-1.13.2-r1
18
	>=net-libs/openh323-1.13.5
19
	>=net-nds/openldap-2.0.25
19
	>=net-nds/openldap-2.0.25
20
	ssl? ( >=dev-libs/openssl-0.9.6g )
20
	ssl? ( >=dev-libs/openssl-0.9.6g )
21
	sdl? ( >=media-libs/libsdl-1.2.4 )
21
	sdl? ( >=media-libs/libsdl-1.2.4 )
Lines 39-44 Link Here
39
39
40
MAKEOPTS="${MAKEOPTS} -j1"
40
MAKEOPTS="${MAKEOPTS} -j1"
41
41
42
src_unpack() {
43
	unpack ${A}
44
45
	cd ${S}
46
	# configure accepts pwlib-1.6.5 and openh323-1.13.4 only,
47
	# but later versions should work too
48
	epatch ${FILESDIR}/${P}-libcheck.diff
49
}
50
42
src_compile() {
51
src_compile() {
43
52
44
	local myconf
53
	local myconf

Return to bug 46877