summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-10-14 20:27:21 +0000
committerSven Wegener <swegener@gentoo.org>2006-10-14 20:27:21 +0000
commit0372ecc500e416611bd0640c07dd9b4d5d18cafe (patch)
treec9159886d91bd1beb7685866a94dc0c00dece5fa /eclass/java-pkg-opt-2.eclass
parentMark 3.1.5-r2 stable on ia64 (diff)
downloadgentoo-2-0372ecc500e416611bd0640c07dd9b4d5d18cafe.tar.gz
gentoo-2-0372ecc500e416611bd0640c07dd9b4d5d18cafe.tar.bz2
gentoo-2-0372ecc500e416611bd0640c07dd9b4d5d18cafe.zip
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/java-pkg-opt-2.eclass')
-rw-r--r--eclass/java-pkg-opt-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-pkg-opt-2.eclass b/eclass/java-pkg-opt-2.eclass
index b754f22bc364..5577f28fd28b 100644
--- a/eclass/java-pkg-opt-2.eclass
+++ b/eclass/java-pkg-opt-2.eclass
@@ -38,9 +38,9 @@ java-pkg-opt-2_pkg_setup() {
}
# ------------------------------------------------------------------------------
-# @note
+# @note
#
-# We need to initialize the environment in every function because Portage
+# We need to initialize the environment in every function because Portage
# will source /etc/profile between phases and trample all over the env.
# This is accomplished by phase hooks, which is available with newer versions of
# portage.