From: Christoph Junghans Date: Sun, 3 Sep 2017 14:54:34 +0000 (-0600) Subject: sci-chemistry/votca-xtp: live ebuild update X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=71c6ba039b7b00426bf4cf0f1ba84285010d042b;p=gentoo.git sci-chemistry/votca-xtp: live ebuild update 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 8459c4c4970c..9877d7fc0bcf 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild @@ -27,7 +27,9 @@ SLOT="0" RDEPEND=" =sci-libs/votca-tools-${PV}[sqlite] - =sci-chemistry/votca-csg-${PV}" + =sci-libs/votca-moo-${PV} + =sci-chemistry/votca-csg-${PV} + =sci-chemistry/votca-ctp-${PV}" DEPEND="${RDEPEND} doc? ( @@ -51,12 +53,7 @@ src_configure() { src_install() { cmake-utils_src_install if use doc; then - if [[ ${PV} = *9999* ]]; then - cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" manual - newdoc "${S}"/manual/xtp-manual.pdf "${PN}-manual-${PV}.pdf" - else - dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf" - fi + [[ ${PV} != *9999* ]] && dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf" cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" html dodoc -r "${CMAKE_BUILD_DIR}"/share/doc/html fi