commit: e6760bd0aa6ced12cb03aa97852b928676452c41 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Tue Sep 16 16:56:53 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Sep 16 16:56:53 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e6760bd0
clean up Package-Manager: portage-2.2.8-r1 --- sci-mathematics/pff/ChangeLog | 4 +++- sci-mathematics/pff/pff-8.4.ebuild | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/pff/ChangeLog b/sci-mathematics/pff/ChangeLog index f4ba1e3..bb405d7 100644 --- a/sci-mathematics/pff/ChangeLog +++ b/sci-mathematics/pff/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Sep 2014; Christoph Junghans <[email protected]> pff-8.4.ebuild: + clean up + 21 Jun 2014; Jonathan-Christofer Demay <[email protected]> pff-8.4.ebuild: install fixes @@ -21,4 +24,3 @@ 04 Jul 2010; Jonathan-Christofer Demay <[email protected]> +metadata.xml, +ChangeLog: QA fixes - diff --git a/sci-mathematics/pff/pff-8.4.ebuild b/sci-mathematics/pff/pff-8.4.ebuild index 5f0306d..de19506 100644 --- a/sci-mathematics/pff/pff-8.4.ebuild +++ b/sci-mathematics/pff/pff-8.4.ebuild @@ -25,10 +25,9 @@ src_prepare() { } src_compile(){ - emake || die "emake failed" + emake } src_install(){ - emake install DSTROOT="${D}" || die "emake install failed" + emake install DSTROOT="${D}" } -
