diff options
author | Alistair Bush <ali_bush@gentoo.org> | 2007-05-15 11:51:37 +0000 |
---|---|---|
committer | Alistair Bush <ali_bush@gentoo.org> | 2007-05-15 11:51:37 +0000 |
commit | e801b0bc234d72b51850a3130c63dfba7a18f3bb (patch) | |
tree | 6d7fe7464fb37bef00523e6b8c396f2fdf970257 /dev-java/spin/spin-1.5.ebuild | |
parent | added 2.2.5 rc2 and took maintainership (diff) | |
download | gentoo-2-e801b0bc234d72b51850a3130c63dfba7a18f3bb.tar.gz gentoo-2-e801b0bc234d72b51850a3130c63dfba7a18f3bb.tar.bz2 gentoo-2-e801b0bc234d72b51850a3130c63dfba7a18f3bb.zip |
Fixed call to java-pkg_dojavdoc with java-pkg_dojavadoc
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-java/spin/spin-1.5.ebuild')
-rw-r--r-- | dev-java/spin/spin-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/spin/spin-1.5.ebuild b/dev-java/spin/spin-1.5.ebuild index a93d8f08d334..d053b4f4a3bf 100644 --- a/dev-java/spin/spin-1.5.ebuild +++ b/dev-java/spin/spin-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/spin-1.5.ebuild,v 1.2 2007/04/25 22:46:56 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/spin-1.5.ebuild,v 1.3 2007/05/15 11:51:37 ali_bush Exp $ JAVA_PKG_IUSE="doc source" @@ -41,6 +41,6 @@ src_test() { src_install() { java-pkg_newjar target/${P}.jar - use doc && java-pkg_dojavdoc target/site/apidocs + use doc && java-pkg_dojavadoc target/site/apidocs use source && java-pkg_dosrc src/main/java/* } |