--- perl-5.20.1-r4.ebuild 2015-02-14 11:01:06.000000000 +1300 +++ perl-5.20.2.ebuild 2015-02-15 11:04:41.196513744 +1300 @@ -9,7 +9,7 @@ PATCH_VER=2 PERL_OLDVERSEN="5.20.0" -MODULE_AUTHOR=RJBS +MODULE_AUTHOR=SHAY SHORT_PV="${PV%.*}" MY_P="perl-${PV/_rc/-RC}" @@ -27,7 +27,7 @@ LICENSE="|| ( Artistic GPL-1+ )" SLOT="0/${SHORT_PV}" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="berkdb debug doc gdbm ithreads" RDEPEND=" @@ -105,7 +105,10 @@ src_prepare() { eblit-run src_prepare v50160001 ; } src_configure() { eblit-run src_configure v50180002 ; } #src_compile() { eblit-run src_compile v50160001 ; } -src_test() { eblit-run src_test v50160001 ; } +src_test() { + export NO_GENTOO_NETWORK_TESTS=1; + eblit-run src_test v50160001 ; +} src_install() { eblit-run src_install v50200001 ; } # FILESDIR might not be available during binpkg install