Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/diff/
Date: Fri, 07 Jul 2017 10:30:59
Message-Id: 1499423464.70e71b6aca0881171687d9d86e633b75ba616d0c.nimiux@gentoo
1 commit: 70e71b6aca0881171687d9d86e633b75ba616d0c
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 10:31:04 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 10:31:04 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=70e71b6a
7
8 dev-lisp/diff: Updates header
9
10 dev-lisp/diff/diff-0.4-r1.ebuild | 10 +++++-----
11 1 file changed, 5 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/diff/diff-0.4-r1.ebuild b/dev-lisp/diff/diff-0.4-r1.ebuild
14 index 3a328593..687d1bb6 100644
15 --- a/dev-lisp/diff/diff-0.4-r1.ebuild
16 +++ b/dev-lisp/diff/diff-0.4-r1.ebuild
17 @@ -1,8 +1,7 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22
23 -EAPI=2
24 +EAPI=6
25
26 inherit common-lisp-3 eutils
27
28 @@ -22,6 +21,7 @@ RDEPEND="!dev-lisp/cl-${PN}"
29 S="${WORKDIR}"/${MY_P}
30
31 src_prepare() {
32 - epatch "${FILESDIR}"/gentoo-fix-asd.patch
33 - epatch "${FILESDIR}"/gentoo-fix-compilation.patch
34 + eapply "${FILESDIR}"/gentoo-fix-asd.patch
35 + eapply "${FILESDIR}"/gentoo-fix-compilation.patch
36 + eapply_user
37 }