dev-libs/pakchois: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Fri, 3 Feb 2017 22:37:08 +0000 (00:37 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 01:30:44 +0000 (03:30 +0200)
Package-Manager: portage-2.3.3

dev-libs/pakchois/pakchois-0.4-r2.ebuild

index db6f35cce179be175d71a47d6fa1b2017ac45e44..e10e265e390844105e6021d21939b7e2e41bc329 100644 (file)
@@ -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)
 }