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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +8 lines)
Line  Link Here
0
-- libproxy-0.4.1.ebuild
0
++ libproxy-0.4.1.ebuild
Lines 4-9 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
CMAKE_MIN_VERSION="2.8"
6
CMAKE_MIN_VERSION="2.8"
7
PYTHON_DEPEND="python? 2:2.5"
7
8
8
inherit cmake-utils eutils python portability
9
inherit cmake-utils eutils python portability
9
10
Lines 21-27 Link Here
21
	kde? ( >=kde-base/kdelibs-4.3 )
22
	kde? ( >=kde-base/kdelibs-4.3 )
22
	networkmanager? ( net-misc/networkmanager )
23
	networkmanager? ( net-misc/networkmanager )
23
	perl? (	dev-lang/perl )
24
	perl? (	dev-lang/perl )
24
	python? ( >=dev-lang/python-2.5 )
25
	vala? ( dev-lang/vala )
25
	vala? ( dev-lang/vala )
26
	webkit? ( net-libs/webkit-gtk )
26
	webkit? ( net-libs/webkit-gtk )
27
	xulrunner? ( >=net-libs/xulrunner-1.9.0.11-r1:1.9 )"
27
	xulrunner? ( >=net-libs/xulrunner-1.9.0.11-r1:1.9 )"
Lines 31-36 Link Here
31
31
32
DOCS="AUTHORS NEWS README ChangeLog"
32
DOCS="AUTHORS NEWS README ChangeLog"
33
33
34
pkg_setup() {
35
	if use python; then
36
		python_set_active_version 2
37
	fi
38
}
39
34
src_prepare() {
40
src_prepare() {
35
	base_src_prepare
41
	base_src_prepare
36
	if use debug; then
42
	if use debug; then

Return to bug 315319