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

Collapse All | Expand All

(-)/usr/portage/dev-util/kdevelop/kdevelop-3.1.0_rc2.ebuild (-3 / +5 lines)
Lines 20-26 Link Here
20
	sys-devel/gdb
20
	sys-devel/gdb
21
	java? ( virtual/jdk dev-java/ant dev-java/java-config )
21
	java? ( virtual/jdk dev-java/ant dev-java/java-config )
22
	python? ( dev-lang/python )
22
	python? ( dev-lang/python )
23
	doc? ( app-doc/doxygen )"
23
	doc? ( app-doc/doxygen )
24
	arts? ( ~kde-base/arts-${PV//3.3/1.3} )"
24
RDEPEND="$DEPEND"
25
RDEPEND="$DEPEND"
25
need-kde 3.2
26
need-kde 3.2
26
27
Lines 38-45 Link Here
38
	python_version
39
	python_version
39
	myconf="$myconf $(use_enable java javasupport) $(use_with java java $(java-config --jdk-home))
40
	myconf="$myconf $(use_enable java javasupport) $(use_with java java $(java-config --jdk-home))
40
			$(use_enable python scripting) $(use_with python pythondir /usr/lib/python${PYVER})
41
			$(use_enable python scripting) $(use_with python pythondir /usr/lib/python${PYVER})
41
			$(use_enable ruby)
42
			$(use_enable ruby)"
42
			$(use_enable arts)"
43
	myconf="$myconf `use_with arts`"
44
43
	kde_src_compile
45
	kde_src_compile
44
}
46
}
45
47

Return to bug 61212