--- a/parrot-1.9.0.ebuild 2010-01-08 15:33:23.000000000 -0500 +++ b/parrot-1.9.0.ebuild 2010-01-20 22:25:39.000000000 -0500 @@ -6,7 +6,7 @@ inherit eutils multilib -DESCRIPTION="Parrot is a virtual machine designed to efficiently compile and execute bytecode for dynamic languages" +DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" HOMEPAGE="http://www.parrot.org/" SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/devel/${PV}/${P}.tar.gz" @@ -39,6 +39,7 @@ use gmp || myconf="$myconf --without-gmp" use opengl || myconf="$myconf --without-opengl" use pcre || myconf="$myconf --without-pcre" + myconf="$myconf --disable-rpath" perl Configure.pl --prefix=/usr \ --libdir=/usr/$(get_libdir) \ @@ -53,5 +54,5 @@ } src_install() { - emake -j1 install-dev DESTDIR="${D}" DOC_DIR="/usr/share/doc/${P}" || die + emake install DESTDIR="${D}" DOC_DIR="/usr/share/doc/${P}" || die }