From: Christoph Junghans Date: Mon, 4 Sep 2017 18:04:38 +0000 (-0600) Subject: sci-chemistry/votca-xtp: fix doc build X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=03488d36a9dda3842c94f817255ac118a6887049;p=gentoo.git sci-chemistry/votca-xtp: fix doc build Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- 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 }