diff options
author | 2010-05-26 14:47:11 +0000 | |
---|---|---|
committer | 2010-05-26 14:47:11 +0000 | |
commit | c50a842b1ef7aea2a836f8faa4c9530f6888b4e5 (patch) | |
tree | f38d7cceb26c8e9c9d5c0bc1618844de7466cb60 /dev-cpp/clucene | |
parent | With USE="doc", the build scripts where trying to link (diff) | |
download | gentoo-2-c50a842b1ef7aea2a836f8faa4c9530f6888b4e5.tar.gz gentoo-2-c50a842b1ef7aea2a836f8faa4c9530f6888b4e5.tar.bz2 gentoo-2-c50a842b1ef7aea2a836f8faa4c9530f6888b4e5.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-cpp/clucene')
-rw-r--r-- | dev-cpp/clucene/clucene-0.9.21b-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/clucene/clucene-0.9.21b-r1.ebuild b/dev-cpp/clucene/clucene-0.9.21b-r1.ebuild index 8d0e3aec997d..3eef88c8e38b 100644 --- a/dev-cpp/clucene/clucene-0.9.21b-r1.ebuild +++ b/dev-cpp/clucene/clucene-0.9.21b-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/clucene/clucene-0.9.21b-r1.ebuild,v 1.2 2010/05/26 10:04:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/clucene/clucene-0.9.21b-r1.ebuild,v 1.3 2010/05/26 14:47:11 mr_bones_ Exp $ EAPI="3" @@ -41,7 +41,7 @@ src_compile() { } src_install() { - base_src_install + base_src_install use doc && { dohtml "${S}"/doc/html/* ; } if ! use static-libs; then |