commit:     68d63292664c882272a2b20e1702316fbeddd2b2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 15:38:20 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 15:38:20 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=68d63292

dev-lisp/rt: Updates header and EAPI

 dev-lisp/rt/rt-20040621-r4.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/rt/rt-20040621-r4.ebuild 
b/dev-lisp/rt/rt-20040621-r4.ebuild
index aa9c61bd..96ae7642 100644
--- a/dev-lisp/rt/rt-20040621-r4.ebuild
+++ b/dev-lisp/rt/rt-20040621-r4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=2
+EAPI=6
+
 inherit common-lisp-3 eutils
 
 DEB_PV=4
@@ -24,8 +24,9 @@ RDEPEND="!dev-lisp/cl-${PN}"
 S="${WORKDIR}/cl-${P}"
 
 src_prepare() {
-       epatch "${WORKDIR}"/cl-${PN}_${PV}-${DEB_PV}.diff
-       cp "${FILESDIR}"/${PN}.asd "${S}"
+       eapply "${WORKDIR}"/cl-${PN}_${PV}-${DEB_PV}.diff
+       cp "${FILESDIR}"/${PN}.asd "${S}" || die
+       eapply_user
 }
 
 src_install() {

Reply via email to