diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 00:37:08 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 03:30:44 +0200 |
commit | 9ebc7f85c5101e3bc26cf324cd2091055cf60628 (patch) | |
tree | ba7872d4754bfae83d7aa5e46da80e2133cdfb58 /dev-libs | |
parent | dev-libs/libmcrypt: eapi bump (diff) | |
download | gentoo-9ebc7f85c5101e3bc26cf324cd2091055cf60628.tar.gz gentoo-9ebc7f85c5101e3bc26cf324cd2091055cf60628.tar.bz2 gentoo-9ebc7f85c5101e3bc26cf324cd2091055cf60628.zip |
dev-libs/pakchois: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/pakchois/pakchois-0.4-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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) } |