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-store/
Date: Tue, 07 Feb 2017 12:29:53
Message-Id: 1486470584.22c49d9645dea2f21300784689a1f6d4584b5180.nimiux@gentoo
1 commit: 22c49d9645dea2f21300784689a1f6d4584b5180
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 12:29:44 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 12:29:44 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=22c49d96
7
8 dev-lisp/cl-store: Fixes call to src_prepare
9
10 dev-lisp/cl-store/cl-store-9999.ebuild | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/dev-lisp/cl-store/cl-store-9999.ebuild b/dev-lisp/cl-store/cl-store-9999.ebuild
14 index 564342e..49786fd 100644
15 --- a/dev-lisp/cl-store/cl-store-9999.ebuild
16 +++ b/dev-lisp/cl-store/cl-store-9999.ebuild
17 @@ -1,4 +1,4 @@
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 @@ -19,6 +19,7 @@ DEPEND="sys-apps/texinfo
24 RDEPEND="dev-lisp/rt"
25
26 src_prepare() {
27 + default
28 rm xml* */custom-xml.lisp || die
29 }