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

(-)a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.2.ebuild (-1 / +4 lines)
Lines 46-53 src_prepare() { Link Here
46
}
46
}
47
47
48
src_configure() {
48
src_configure() {
49
	local PPPD_VER=`best_version net-dialup/ppp`
50
	PPPD_VER=${PPPD_VER#*/*-} #reduce it to ${PV}-${PR}
51
	PPPD_VER=${PPPD_VER%%[_-]*} # main version without beta/pre/patch/revision
49
	local myeconfargs=(
52
	local myeconfargs=(
50
		--localstatedir=/var
53
		--localstatedir=/var
54
		--with-pppd-plugin-dir=/usr/$(get_libdir)/pppd/${PPPD_VER}
51
		$(use_with gnome)
55
		$(use_with gnome)
52
		$(use_enable static-libs static)
56
		$(use_enable static-libs static)
53
	)
57
	)
54
- 

Return to bug 722718