diff options
author | 2007-03-22 03:11:19 +0000 | |
---|---|---|
committer | 2007-03-22 03:11:19 +0000 | |
commit | 2b85b3a22265cc5cefe231fa15f5a48ea1ab4422 (patch) | |
tree | f7e28b65f76d4725b83fc16de84e0adb88adbdeb /eclass | |
parent | Add mplayer local use flags (diff) | |
download | historical-2b85b3a22265cc5cefe231fa15f5a48ea1ab4422.tar.gz historical-2b85b3a22265cc5cefe231fa15f5a48ea1ab4422.tar.bz2 historical-2b85b3a22265cc5cefe231fa15f5a48ea1ab4422.zip |
Added missing separator for edoc.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index f09c93e5ab5c..8b8e114e51fb 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -6,7 +6,7 @@ # # Licensed under the GNU General Public License, v2 # -# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.66 2007/03/17 13:26:12 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.67 2007/03/22 03:11:19 nichoj Exp $ # ----------------------------------------------------------------------------- @@ -57,6 +57,7 @@ export WANT_JAVA_CONFIG="2" # ----------------------------------------------------------------------------- #WANT_ANT_TASKS +# ----------------------------------------------------------------------------- # @variable-internal JAVA_PKG_PORTAGE_DEP # # The version of portage we need to function properly. At this moment it's |