diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-03-22 03:11:19 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-03-22 03:11:19 +0000 |
commit | 770515e1f9d8a4a7d49fc45632c9b49cf04a953d (patch) | |
tree | 8461563525d1432bcb7edacfe495ca18ee947fae /eclass/java-utils-2.eclass | |
parent | Add mplayer local use flags (diff) | |
download | gentoo-2-770515e1f9d8a4a7d49fc45632c9b49cf04a953d.tar.gz gentoo-2-770515e1f9d8a4a7d49fc45632c9b49cf04a953d.tar.bz2 gentoo-2-770515e1f9d8a4a7d49fc45632c9b49cf04a953d.zip |
Added missing separator for edoc.
Diffstat (limited to 'eclass/java-utils-2.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 |