--- linux-gpib-3.2.10.ebuild 2008-09-15 12:51:59.000000000 -0400 +++ linux-gpib-3.2.10-r1.ebuild 2008-09-16 14:50:08.000000000 -0400 @@ -15,7 +15,7 @@ IUSE="pcmcia static debug guile perl php python tcl doc firmware" RDEPEND="tcl? ( dev-lang/tcl ) - guile? ( dev-util/guile ) + guile? ( dev-scheme/guile ) perl? ( dev-lang/perl ) php? ( dev-lang/php ) python? ( dev-lang/python ) @@ -51,6 +51,9 @@ # This two patches are needed to prevent sandbox violations # epatch "${FILESDIR}/${P}-drivers-make.am.patch" epatch "${FILESDIR}/${P}-drivers-make.in.patch" + #These two patches are needed to install Gpib.py inside the sandbox + epatch "${FILESDIR}/${P}-language-python-makefile.am.patch" + epatch "${FILESDIR}/${P}-language-python-makefile.in.patch" # if [ ${KV_PATCH} -ge 23 ] ; then # epatch "${FILESDIR}/${P}-for-2.6.23.patch" # fi