Skip to content

Commit

Permalink
dev-java/icedtea-web: Fix sandbox violation, bug #573060
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
chewi committed Jan 27, 2016
1 parent a649965 commit 28e5231
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev-java/icedtea-web/icedtea-web-1.6.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI="5"

README_GENTOO_SUFFIX="-r1"

inherit autotools eutils multilib readme.gentoo-r1 java-pkg-2
inherit autotools eutils multilib readme.gentoo-r1 java-pkg-2 xdg-utils

DESCRIPTION="FOSS Java browser plugin and Web Start implementation"
HOMEPAGE="http://icedtea.classpath.org"
Expand Down Expand Up @@ -65,7 +65,12 @@ src_configure() {
$(use_with tagsoup tagsoup "${tagsoup}")
)

# See bug #573060.
xdg_environment_reset

# Rely on the --with-jdk-home option given above.
unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS

econf "${config[@]}"
}

Expand Down

0 comments on commit 28e5231

Please sign in to comment.