summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.