summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2017-09-04 12:04:38 -0600
committerChristoph Junghans <junghans@gentoo.org>2017-09-04 12:06:02 -0600
commit03488d36a9dda3842c94f817255ac118a6887049 (patch)
tree61af391c0d176ede5624df88a636c7f5ceb13bdb
parentsys-fs/vhba: Drop old (diff)
downloadgentoo-03488d36a9dda3842c94f817255ac118a6887049.tar.gz
gentoo-03488d36a9dda3842c94f817255ac118a6887049.tar.bz2
gentoo-03488d36a9dda3842c94f817255ac118a6887049.zip
sci-chemistry/votca-xtp: fix doc build
Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r--sci-chemistry/votca-xtp/votca-xtp-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
index 9877d7fc0bcf..d2c60640d4a0 100644
--- a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
+++ b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
@@ -46,6 +46,7 @@ DOCS=( README NOTICE CHANGELOG.md )
src_configure() {
mycmakeargs=(
-DLIB=$(get_libdir)
+ -DBUILD_XTP_MANUAL=$(usex doc)
)
cmake-utils_src_configure
}