diff options
author | Christoph Junghans <junghans@gentoo.org> | 2017-09-04 12:04:38 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2017-09-04 12:06:02 -0600 |
commit | 03488d36a9dda3842c94f817255ac118a6887049 (patch) | |
tree | 61af391c0d176ede5624df88a636c7f5ceb13bdb /sci-chemistry/votca-xtp | |
parent | sys-fs/vhba: Drop old (diff) | |
download | gentoo-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
Diffstat (limited to 'sci-chemistry/votca-xtp')
-rw-r--r-- | sci-chemistry/votca-xtp/votca-xtp-9999.ebuild | 1 |
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 } |