commit:     a0abef7e8acd2be4fa9d097e056fd190a182ae7a
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Apr  3 10:26:23 2015 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Fri Apr  3 10:26:23 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0abef7e

sci-libs/omalloc: Bump to EAPI=5

Package-Manager: portage-2.2.14

 sci-libs/omalloc/ChangeLog            | 6 ++++--
 sci-libs/omalloc/omalloc-0.9.6.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/sci-libs/omalloc/ChangeLog b/sci-libs/omalloc/ChangeLog
index 66d538e..1c6f721 100644
--- a/sci-libs/omalloc/ChangeLog
+++ b/sci-libs/omalloc/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-libs/omalloc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Apr 2015; Marius Brehler <mar...@linux.sungazer.de> omalloc-0.9.6.ebuild:
+  Bump to EAPI=5
+
   13 Jul 2010; Kacper Kowalik <xarthis...@gentoo.org> omalloc-0.9.6.ebuild,
   +files/omalloc-0.9.6-gentoo.diff, files/parallel-build.patch,
   metadata.xml:
@@ -13,4 +16,3 @@
   +files/parallel-build.patch, +metadata.xml:
   new package: sci-libs/omalloc
   new dependency of sci-mathematics/singular
-

diff --git a/sci-libs/omalloc/omalloc-0.9.6.ebuild 
b/sci-libs/omalloc/omalloc-0.9.6.ebuild
index 70770e2..53c4e2f 100644
--- a/sci-libs/omalloc/omalloc-0.9.6.ebuild
+++ b/sci-libs/omalloc/omalloc-0.9.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
 inherit eutils toolchain-funcs versionator
 
@@ -40,10 +40,10 @@ src_configure() {
 
 src_test () {
        if use debug; then
-               emake check || die
+               emake check
        fi
 }
 
 src_install () {
-       emake DESTDIR="${D}" install || die
+       emake DESTDIR="${D}" install
 }

Reply via email to