aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2011-11-03 17:35:28 -0600
committerChristoph Junghans <ottxor@gentoo.org>2011-11-03 17:35:28 -0600
commit5a6982b0e0461fe605b14f254203e9c02b1fc5f6 (patch)
treee8faaf2ceeb7341ed261763050361b3f3f3127cf /sci-libs/votca-tools/votca-tools-9999.ebuild
parentLive ebuild updates (diff)
downloadsci-5a6982b0e0461fe605b14f254203e9c02b1fc5f6.tar.gz
sci-5a6982b0e0461fe605b14f254203e9c02b1fc5f6.tar.bz2
sci-5a6982b0e0461fe605b14f254203e9c02b1fc5f6.zip
live ebuild update
(Portage version: 2.2.0_alpha72/git/Linux i686, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-libs/votca-tools/votca-tools-9999.ebuild')
-rw-r--r--sci-libs/votca-tools/votca-tools-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
index 48c7f4f1a..97ee2faac 100644
--- a/sci-libs/votca-tools/votca-tools-9999.ebuild
+++ b/sci-libs/votca-tools/votca-tools-9999.ebuild
@@ -37,6 +37,8 @@ DEPEND="${RDEPEND}
>=app-text/txt2tags-2.5
dev-util/pkgconfig"
+DOCS=( NOTICE )
+
src_prepare() {
use gsl || ewarn "Disabling gsl will lead to reduced functionality"
use fftw || ewarn "Disabling fftw will lead to reduced functionality"
@@ -59,7 +61,6 @@ src_configure() {
}
src_install() {
- DOCS=(${CMAKE_BUILD_DIR}/CHANGELOG NOTICE)
cmake-utils_src_install || die
if use doc; then
cd "${CMAKE_BUILD_DIR}" || die