commit: fe51eafebcd2e5326c5a4f5d3c54012459fc49cf Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Tue Sep 16 16:51:50 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Sep 16 16:51:50 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fe51eafe
readded die on remake Package-Manager: portage-2.2.8-r1 --- sci-mathematics/flocq/ChangeLog | 3 +++ sci-mathematics/flocq/flocq-2.3.0.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/flocq/ChangeLog b/sci-mathematics/flocq/ChangeLog index e0f23aa..f580a5c 100644 --- a/sci-mathematics/flocq/ChangeLog +++ b/sci-mathematics/flocq/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 16 Sep 2014; Christoph Junghans <[email protected]> flocq-2.3.0.ebuild: + readded die on remake + + 16 Sep 2014; Christoph Junghans <[email protected]> flocq-2.3.0.ebuild: clean up 21 Jun 2014; Jonathan-Christofer Demay <[email protected]> diff --git a/sci-mathematics/flocq/flocq-2.3.0.ebuild b/sci-mathematics/flocq/flocq-2.3.0.ebuild index b77ea19..f246b2e 100644 --- a/sci-mathematics/flocq/flocq-2.3.0.ebuild +++ b/sci-mathematics/flocq/flocq-2.3.0.ebuild @@ -31,6 +31,6 @@ src_compile() { } src_install() { - DESTDIR="${D}" ./remake install + DESTDIR="${D}" ./remake install || die dodoc NEWS README AUTHORS ChangeLog }
