diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-05-30 08:17:16 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-05-30 08:17:16 +0000 |
commit | 6655d70ae75c4c03808494ad8e450dee73271100 (patch) | |
tree | 422081d775c66620981d388ae4dfff2800ea2dfe /dev-java/commons-math/commons-math-3.2.ebuild | |
parent | Drop overshadowed version. (diff) | |
download | historical-6655d70ae75c4c03808494ad8e450dee73271100.tar.gz historical-6655d70ae75c4c03808494ad8e450dee73271100.tar.bz2 historical-6655d70ae75c4c03808494ad8e450dee73271100.zip |
Updated path for doc USE flag.
Package-Manager: portage-2.1.12.2/cvs/Linux x86_64
Manifest-Sign-Key: 0x6D34E57D
Diffstat (limited to 'dev-java/commons-math/commons-math-3.2.ebuild')
-rw-r--r-- | dev-java/commons-math/commons-math-3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-math/commons-math-3.2.ebuild b/dev-java/commons-math/commons-math-3.2.ebuild index 01d955094677..341efbbd9a7e 100644 --- a/dev-java/commons-math/commons-math-3.2.ebuild +++ b/dev-java/commons-math/commons-math-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild,v 1.1 2013/05/29 12:44:02 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild,v 1.2 2013/05/30 08:17:02 tomwij Exp $ EAPI="5" @@ -49,6 +49,6 @@ java_prepare() { src_install() { java-osgi_newjar target/${MY_P}.jar ${MY_PN} ${MY_PN} "Export-Package: ${MY_PN}" - use doc && java-pkg_dojavadoc target/apidocs + use doc && java-pkg_dojavadoc target/site/apidocs use source && java-pkg_dosrc src/main/java/org } |