commit:     a271759453fb123c113868cd35fdbabafdd2444c
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 08:20:51 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 08:20:51 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a2717594

app-text/skribe: Updates header and EAPI

 app-text/skribe/skribe-1.2l-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-text/skribe/skribe-1.2l-r1.ebuild 
b/app-text/skribe/skribe-1.2l-r1.ebuild
index bf555d36..1b236ec6 100644
--- a/app-text/skribe/skribe-1.2l-r1.ebuild
+++ b/app-text/skribe/skribe-1.2l-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/skribe/skribe-1.2l.ebuild,v 1.3 
2010/09/15 21:47:28 chiiph Exp $
 
-EAPI="3"
+EAPI=6
 
 inherit multilib eutils
 
@@ -29,6 +28,7 @@ src_prepare() {
 
        # Put the new emacs file (only if bigloo[emacs]) in DESTDIR instead of 
live filesystem
        epatch "${FILESDIR}/${P}-proper_skribe_el_installation.patch"
+       eapply_user
 }
 
 src_configure() {
@@ -42,9 +42,9 @@ src_configure() {
 }
 
 src_compile() {
-       emake -j1 || die "emake failed"
+       emake -j1
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "install failed"
+       emake DESTDIR="${D}" install
 }

Reply via email to