Skip to content

Commit

Permalink
dev-lisp/ecls: Drop invalid configuration option
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Chema Alonso Josa committed May 18, 2018
1 parent 8622c10 commit 738941f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions dev-lisp/ecls/ecls-16.1.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=6

inherit eutils multilib

# test phase only works if ecls already installed #516876
Expand Down Expand Up @@ -30,6 +31,11 @@ RDEPEND="${CDEPEND}"

S="${WORKDIR}"/${MY_P}

PATCHES=(
"${FILESDIR}/${P}-headers-gentoo.patch"
"${FILESDIR}/${P}-build.patch"
)

pkg_setup () {
if use gengc || use precisegc ; then
ewarn "You have enabled the generational garbage collector or"
Expand All @@ -40,8 +46,7 @@ pkg_setup () {
}

src_prepare() {
epatch "${FILESDIR}"/${PV}-headers-gentoo.patch
epatch "${FILESDIR}"/${PV}-build.patch
default
cp "${EPREFIX}"/usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || die
}

Expand All @@ -61,8 +66,7 @@ src_configure() {
$(use_with threads __thread) \
$(use_enable unicode) \
$(use_with unicode unicode-names) \
$(use_with X x) \
$(use_with X clx)
$(use_with X x)
}

src_compile() {
Expand Down
File renamed without changes.

0 comments on commit 738941f

Please sign in to comment.