summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2016-12-15 22:02:56 +0700
committerAndrey Grozin <grozin@gentoo.org>2016-12-15 22:03:54 +0700
commitb8d47cb92b58b096b9dfcec6c295c03553653eb0 (patch)
tree1d1abfb2dd75f5b28dbf252fb3d089104f4e6101 /dev-lisp/clozurecl
parentsys-devel/binutils-apple: fix 7.3.1 on case-sensitive filesystems, bug #601804 (diff)
downloadgentoo-b8d47cb92b58b096b9dfcec6c295c03553653eb0.tar.gz
gentoo-b8d47cb92b58b096b9dfcec6c295c03553653eb0.tar.bz2
gentoo-b8d47cb92b58b096b9dfcec6c295c03553653eb0.zip
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
Diffstat (limited to 'dev-lisp/clozurecl')
-rw-r--r--dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild4
1 files 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 5a39a3a71920..b76b073fd64e 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
}