diff options
author | 2007-01-28 21:11:42 +0000 | |
---|---|---|
committer | 2007-01-28 21:11:42 +0000 | |
commit | 5bda1058102caa18a391bbc1f239dc1f8477252f (patch) | |
tree | f78fe377a8809a433cc6a6e0e1ef82b511b35f3c /eclass | |
parent | Cleanup the migration to for example actually install javadocs. (diff) | |
download | gentoo-2-5bda1058102caa18a391bbc1f239dc1f8477252f.tar.gz gentoo-2-5bda1058102caa18a391bbc1f239dc1f8477252f.tar.bz2 gentoo-2-5bda1058102caa18a391bbc1f239dc1f8477252f.zip |
Fix typo
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 0e2cb3cec18a..101a0994aa7b 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.52 2007/01/28 20:58:29 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.53 2007/01/28 21:11:42 betelgeuse Exp $ # ----------------------------------------------------------------------------- @@ -1579,7 +1579,7 @@ eant() { if [[ ${arg} = -lib ]]; then if is-java-strict; then eerror "You should not use the -lib argument to eant because it will fail" - eerror "with JAVA_PKG_STRICT. Please use for example java-pkg_jar-from or" + eerror "with JAVA_PKG_STRICT. Please use for example java-pkg_jar-from" eerror "or ant properties to make dependencies available." eerror "For ant tasks use WANT_ANT_TASKS or ANT_TASKS from." eerror "split ant (>=dev-java/ant-core-1.7)." |