Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pakchois/
Date: Thu, 27 Sep 2018 23:55:28
Message-Id: 1538092303.e7303b44c7a4b0740386cace1565a1c75469b6c1.alonbl@gentoo
1 commit: e7303b44c7a4b0740386cace1565a1c75469b6c1
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 19:12:35 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 23:51:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7303b44
7
8 dev-libs/pakchois: eapi bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-libs/pakchois/pakchois-0.4-r2.ebuild | 7 ++-----
13 1 file changed, 2 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-libs/pakchois/pakchois-0.4-r2.ebuild b/dev-libs/pakchois/pakchois-0.4-r2.ebuild
16 index 9443a93a491..d291393a819 100644
17 --- a/dev-libs/pakchois/pakchois-0.4-r2.ebuild
18 +++ b/dev-libs/pakchois/pakchois-0.4-r2.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="6"
25 +EAPI=7
26
27 inherit multilib-minimal
28
29 @@ -14,9 +14,6 @@ SLOT="0"
30 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
31 IUSE="nls"
32
33 -DEPEND=""
34 -RDEPEND=""
35 -
36 multilib_src_configure() {
37 ECONF_SOURCE="${S}" econf \
38 $(use_enable nls)