From: Alon Bar-Lev Date: Fri, 3 Feb 2017 22:37:08 +0000 (+0200) Subject: dev-libs/pakchois: eapi bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9ebc7f85c5101e3bc26cf324cd2091055cf60628;p=gentoo.git dev-libs/pakchois: eapi bump Package-Manager: portage-2.3.3 --- diff --git a/dev-libs/pakchois/pakchois-0.4-r2.ebuild b/dev-libs/pakchois/pakchois-0.4-r2.ebuild index db6f35cce179..e10e265e3908 100644 --- a/dev-libs/pakchois/pakchois-0.4-r2.ebuild +++ b/dev-libs/pakchois/pakchois-0.4-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" inherit multilib-minimal @@ -19,7 +19,6 @@ DEPEND="" RDEPEND="" multilib_src_configure() { - ECONF_SOURCE=${S} \ - econf \ + ECONF_SOURCE="${S}" econf \ $(use_enable nls) }