commit: 22c49d9645dea2f21300784689a1f6d4584b5180
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 12:29:44 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 12:29:44 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=22c49d96
dev-lisp/cl-store: Fixes call to src_prepare
dev-lisp/cl-store/cl-store-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-lisp/cl-store/cl-store-9999.ebuild
b/dev-lisp/cl-store/cl-store-9999.ebuild
index 564342e..49786fd 100644
--- a/dev-lisp/cl-store/cl-store-9999.ebuild
+++ b/dev-lisp/cl-store/cl-store-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,6 +19,7 @@ DEPEND="sys-apps/texinfo
RDEPEND="dev-lisp/rt"
src_prepare() {
+ default
rm xml* */custom-xml.lisp || die
}