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

Collapse All | Expand All

(-)linux-gpib-3.2.10.ebuild (-1 / +4 lines)
Lines 15-21 Link Here
15
IUSE="pcmcia static debug guile perl php python tcl doc firmware"
15
IUSE="pcmcia static debug guile perl php python tcl doc firmware"
16
16
17
RDEPEND="tcl? ( dev-lang/tcl )
17
RDEPEND="tcl? ( dev-lang/tcl )
18
		 guile? ( dev-util/guile )
18
		 guile? ( dev-scheme/guile )
19
		 perl? ( dev-lang/perl )
19
		 perl? ( dev-lang/perl )
20
		 php? ( dev-lang/php )
20
		 php? ( dev-lang/php )
21
		 python? ( dev-lang/python )
21
		 python? ( dev-lang/python )
Lines 51-56 Link Here
51
	# This two patches are needed to prevent sandbox violations #
51
	# This two patches are needed to prevent sandbox violations #
52
	epatch "${FILESDIR}/${P}-drivers-make.am.patch"
52
	epatch "${FILESDIR}/${P}-drivers-make.am.patch"
53
	epatch "${FILESDIR}/${P}-drivers-make.in.patch"
53
	epatch "${FILESDIR}/${P}-drivers-make.in.patch"
54
	#These two patches are needed to install Gpib.py inside the sandbox
55
	epatch "${FILESDIR}/${P}-language-python-makefile.am.patch"
56
	epatch "${FILESDIR}/${P}-language-python-makefile.in.patch"	
54
#	if [ ${KV_PATCH} -ge 23 ] ; then
57
#	if [ ${KV_PATCH} -ge 23 ] ; then
55
#		epatch "${FILESDIR}/${P}-for-2.6.23.patch"
58
#		epatch "${FILESDIR}/${P}-for-2.6.23.patch"
56
#	fi
59
#	fi

Return to bug 165399