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/cl-graph/
Date: Fri, 07 Jul 2017 08:49:15
Message-Id: 1499417360.c2ebc15b385868813c427875afe6acc0e87504fe.nimiux@gentoo
1 commit: c2ebc15b385868813c427875afe6acc0e87504fe
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 08:49:20 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 08:49:20 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c2ebc15b
7
8 dev-lisp/cl-graph: Updates header
9
10 dev-lisp/cl-graph/cl-graph-0.10.2.ebuild | 7 +++----
11 1 file changed, 3 insertions(+), 4 deletions(-)
12
13 diff --git a/dev-lisp/cl-graph/cl-graph-0.10.2.ebuild b/dev-lisp/cl-graph/cl-graph-0.10.2.ebuild
14 index bf7dff90..daba84b8 100644
15 --- a/dev-lisp/cl-graph/cl-graph-0.10.2.ebuild
16 +++ b/dev-lisp/cl-graph/cl-graph-0.10.2.ebuild
17 @@ -1,6 +1,5 @@
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=6
24
25 @@ -29,8 +28,8 @@ CLSYSTEMS="${PN} ${PN}-test"
26 S="${WORKDIR}/${PN}-${MY_PV}"
27
28 src_prepare() {
29 - epatch "${FILESDIR}"/${P}-fix-deps.patch
30 - default
31 + eapply "${FILESDIR}"/${P}-fix-deps.patch
32 + eapply_user
33 }
34
35 src_install() {