commit: 71c6ba039b7b00426bf4cf0f1ba84285010d042b
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 3 14:54:34 2017 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Sun Sep 3 14:54:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c6ba03
sci-chemistry/votca-xtp: live ebuild update
Package-Manager: Portage-2.3.6, Repoman-2.3.1
sci-chemistry/votca-xtp/votca-xtp-9999.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
index 8459c4c4970..9877d7fc0bc 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