diff --git a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.121.ebuild b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.121.ebuild index 5808f5e700af1..dfc1de347a44e 100644 --- a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.121.ebuild +++ b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.121.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=6 inherit eutils java-vm-2 prefix versionator @@ -121,6 +121,8 @@ src_prepare() { mv "${WORKDIR}"/${JCE_DIR} lib/security/ || die fi + default + # Remove the hook that calls Oracle's evil usage tracker. Not just # because it's evil but because it breaks the sandbox during builds # and we can't find any other feasible way to disable it or make it