diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-04-01 00:01:49 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-04-01 00:01:49 +0000 |
commit | f9e15f99fb2d1e4c092cbd276c40b7a51e5684e7 (patch) | |
tree | b562a165cc8331dc6635e99846ba386238a2f6b6 /dev-java | |
parent | added amd64 to keywords (Manifest recommit) (diff) | |
download | gentoo-2-f9e15f99fb2d1e4c092cbd276c40b7a51e5684e7.tar.gz gentoo-2-f9e15f99fb2d1e4c092cbd276c40b7a51e5684e7.tar.bz2 gentoo-2-f9e15f99fb2d1e4c092cbd276c40b7a51e5684e7.zip |
use doc thinko.
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/activation/activation-20040331.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/activation/activation-20040331.ebuild b/dev-java/activation/activation-20040331.ebuild index 50ad443d6aaf..37a0fc058bf7 100644 --- a/dev-java/activation/activation-20040331.ebuild +++ b/dev-java/activation/activation-20040331.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/activation/activation-20040331.ebuild,v 1.1 2004/03/31 22:59:52 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/activation/activation-20040331.ebuild,v 1.2 2004/04/01 00:01:49 karltk Exp $ inherit java-pkg @@ -17,7 +17,7 @@ DEPEND=">=virtual/jdk-1.4" src_compile() { econf || die emake || die - if $(use doc) ; then + if use doc ; then emake javadoc || die fi } |