summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-09-01 19:15:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-09-01 19:15:34 +0000
commit3bbc9f7b6ce1ce86e9bf39adf11f6a5dac28b9e6 (patch)
treeae9964a301b8871a8f33556820d0314aeefabbef /app-emulation
parentAdd back Prefix keywords, bug #381261 (diff)
downloadgentoo-2-3bbc9f7b6ce1ce86e9bf39adf11f6a5dac28b9e6.tar.gz
gentoo-2-3bbc9f7b6ce1ce86e9bf39adf11f6a5dac28b9e6.tar.bz2
gentoo-2-3bbc9f7b6ce1ce86e9bf39adf11f6a5dac28b9e6.zip
whitespace
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.6.0.27.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.6.0.27.ebuild b/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.6.0.27.ebuild
index 1d349e9c6e05..d7e6dc359335 100644
--- a/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.6.0.27.ebuild
+++ b/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.6.0.27.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.6.0.27.ebuild,v 1.1 2011/09/01 13:55:10 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.6.0.27.ebuild,v 1.2 2011/09/01 19:15:34 mr_bones_ Exp $
inherit versionator pax-utils java-vm-2 eutils
@@ -49,7 +49,6 @@ src_unpack() {
sh "${DISTDIR}"/${A} -noregister || die "Failed to unpack"
}
-
src_compile() {
# Set PaX markings on all JDK/JRE executables to allow code-generation on
# the heap by the JIT compiler. This has to be done before CDS - #215225