Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1910)

Unified Diff: dev-java/icedtea/icedtea-6.1.7.1.ebuild

Issue 1997015: Adding Icedtea/OpenJDK to test image. (Closed) Base URL: ssh://git@chromiumos-git/chromiumos-overlay.git
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dev-java/icedtea/icedtea-6.1.7.1.ebuild
diff --git a/dev-java/icedtea/icedtea-6.1.7.1.ebuild b/dev-java/icedtea/icedtea-6.1.7.1.ebuild
index 769f0e3b80c6d63035a4b99d426cca9f54b1f8ad..df68c6b7b1c8fac3c34603769f87c3b7db6b79f9 100644
--- a/dev-java/icedtea/icedtea-6.1.7.1.ebuild
+++ b/dev-java/icedtea/icedtea-6.1.7.1.ebuild
@@ -96,7 +96,9 @@ DEPEND="${RDEPEND}
)
sys-apps/lsb-release"
-pkg_setup() {
+# We don't do the following during pkg_setup so it won't be called when we
+# build ChromeOS test image.
sosa 2010/05/11 03:32:43 Chromium OS*
+pkg_setup_compile_time_only() {
# Shark support disabled for now - still experimental and needs sys-devel/llvm
# if use shark ; then
# if ( ! use x86 && ! use sparc && ! use ppc ) ; then
@@ -151,6 +153,8 @@ pkg_setup() {
}
src_unpack() {
+ pkg_setup_compile_time_only
+
if [[ -n ${DIE_IF_NOT_BINPKG} ]]; then
die "Unable to find a supported VM for building"
fi

Powered by Google App Engine
This is Rietveld 408576698