diff options
author | 2006-10-14 20:27:21 +0000 | |
---|---|---|
committer | 2006-10-14 20:27:21 +0000 | |
commit | 4192aea9db54684cd004d8ab02e799d3e65fc66b (patch) | |
tree | b0352197c2a2e98315d0d2d24bbcaa687e714360 /eclass/java-pkg-2.eclass | |
parent | Mark 3.1.5-r2 stable on ia64 (diff) | |
download | historical-4192aea9db54684cd004d8ab02e799d3e65fc66b.tar.gz historical-4192aea9db54684cd004d8ab02e799d3e65fc66b.tar.bz2 historical-4192aea9db54684cd004d8ab02e799d3e65fc66b.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/java-pkg-2.eclass')
-rw-r--r-- | eclass/java-pkg-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-pkg-2.eclass b/eclass/java-pkg-2.eclass index 7d5ae8304f7a..940ea1fdc9ca 100644 --- a/eclass/java-pkg-2.eclass +++ b/eclass/java-pkg-2.eclass @@ -44,9 +44,9 @@ java-pkg-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. |