From 9ee6d97c2883d42f204a533a8bc1f4562df778fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 16 Sep 2020 09:32:48 +0100 Subject: gentoo resync : 16.09.2020 --- app-dicts/eblook/eblook-1.6.1.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'app-dicts/eblook/eblook-1.6.1.ebuild') diff --git a/app-dicts/eblook/eblook-1.6.1.ebuild b/app-dicts/eblook/eblook-1.6.1.ebuild index c99eec6320c0..79e8ddff2253 100644 --- a/app-dicts/eblook/eblook-1.6.1.ebuild +++ b/app-dicts/eblook/eblook-1.6.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 DESCRIPTION="Interactive search utility for electronic dictionaries" HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/" @@ -10,19 +10,14 @@ SRC_URI="http://openlab.ring.gr.jp/edict/eblook/dist/${P/_/}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc x86" -IUSE="" DEPEND=">=dev-libs/eb-3.3.4" RDEPEND="${DEPEND}" S="${WORKDIR}/${P%_*}" -src_prepare() { - sed \ - -e 's:LDFAGS:LDFLAGS:g' \ - -i configure || die -} +PATCHES=( "${FILESDIR}"/${P}-LDFLAGS.patch ) src_configure() { - econf --with-eb-conf=/etc/eb.conf + econf --with-eb-conf="${EPREFIX}"/etc/eb.conf } -- cgit v1.2.3