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

(-)/usr/portage/net-libs/libproxy/libproxy-0.4.10-r1.ebuild (-2 / +6 lines)
Lines 5-11 Link Here
5
EAPI=4
5
EAPI=4
6
PYTHON_DEPEND="python? 2:2.6"
6
PYTHON_DEPEND="python? 2:2.6"
7
7
8
inherit cmake-utils eutils mono python
8
inherit cmake-utils eutils flag-o-matic mono python
9
9
10
DESCRIPTION="Library for automatic proxy configuration management"
10
DESCRIPTION="Library for automatic proxy configuration management"
11
HOMEPAGE="http://code.google.com/p/libproxy/"
11
HOMEPAGE="http://code.google.com/p/libproxy/"
Lines 13-19 Link Here
13
13
14
LICENSE="LGPL-2.1+"
14
LICENSE="LGPL-2.1+"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~arm-linux ~x86-linux"
16
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
17
IUSE="gnome kde mono networkmanager perl python spidermonkey test webkit"
17
IUSE="gnome kde mono networkmanager perl python spidermonkey test webkit"
18
18
19
# NOTE: mozjs/spidermonkey might still cause problems like #373397 ?
19
# NOTE: mozjs/spidermonkey might still cause problems like #373397 ?
Lines 48-56 Link Here
48
48
49
	# Fix building with cmake-2.8.10 and USE=mono; in next release; bug #444204
49
	# Fix building with cmake-2.8.10 and USE=mono; in next release; bug #444204
50
	epatch "${FILESDIR}/${P}-cmake-2.8.10.patch"
50
	epatch "${FILESDIR}/${P}-cmake-2.8.10.patch"
51
52
	epatch "${FILESDIR}"/${P}-macosx.patch
51
}
53
}
52
54
53
src_configure() {
55
src_configure() {
56
	[[ ${CHOST} == *-solaris* ]] && append-libs -lsocket -lnsl
57
54
	# WITH_VALA just copies the .vapi file over and needs no deps,
58
	# WITH_VALA just copies the .vapi file over and needs no deps,
55
	# hence always enable it unconditionally
59
	# hence always enable it unconditionally
56
	local mycmakeargs=(
60
	local mycmakeargs=(

Return to bug 461294