commit:     b8d47cb92b58b096b9dfcec6c295c03553653eb0
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 15:02:56 2016 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Dec 15 15:03:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d47cb9

dev-lisp/clozurecl: replaced PATCHES= by epatch

PATCHES=( "${FILESDIR}"/ccl-format.patch ) used to work but now produces
/var/tmp/portage/dev-lisp/clozurecl-1.11-r1/temp/environment: line 461:
/var/lib/layman/lisp/dev-lisp/clozurecl/files/ccl-format.patch: No such file or 
directory
Why /var/lib/layman/lisp/dev-lisp/clozurecl/files/ ??

Package-Manager: portage-2.3.3

 dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild 
b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
index 5a39a3a..b76b073 100644
--- a/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,7 +29,6 @@ DEPEND="${RDEPEND}
                !dev-lisp/openmcl"
 
 S="${WORKDIR}"/${MY_PN}
-PATCHES=( "${FILESDIR}"/ccl-format.patch )
 ENVD="${T}"/50ccl
 
 src_configure() {
@@ -46,6 +45,7 @@ src_configure() {
 
 src_prepare() {
        default
+       epatch "${FILESDIR}"/ccl-format.patch
        cp /usr/share/common-lisp/source/asdf/build/asdf.lisp tools/ || die
 }
 

Reply via email to