commit: d096be4fb263c2500bcadf5d8e1c557cb5307a9d Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Wed Dec 24 16:39:25 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Wed Dec 24 16:39:25 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d096be4f
fix installation Package-Manager: portage-2.2.15 --- sci-libs/dealii/ChangeLog | 3 +++ sci-libs/dealii/dealii-9999.ebuild | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-libs/dealii/ChangeLog b/sci-libs/dealii/ChangeLog index fe63a38..40e7c68 100644 --- a/sci-libs/dealii/ChangeLog +++ b/sci-libs/dealii/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 24 Dec 2014; Matthias Maier <[email protected]> dealii-9999.ebuild: + fix installation + *dealii-8.1.0-r2 (24 Dec 2014) *dealii-8.2.0_rc2 (24 Dec 2014) diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 654d0e6..a4bbdea 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -108,8 +108,6 @@ src_configure() { } src_install() { - DOCS=( README ) - if use doc && [[ ${PV} != *9999* ]]; then # copy missing images to the build directory: cp -r "${WORKDIR}"/doc/doxygen/deal.II/images \
