Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-pt-br/
Date: Tue, 27 Mar 2018 22:30:59
Message-Id: 1522189831.ceb462906b2c9af73d1f32900f7f9b0652bdfff0.bman@gentoo
1 commit: ceb462906b2c9af73d1f32900f7f9b0652bdfff0
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Tue Mar 27 06:23:44 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 22:30:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb46290
7
8 app-dicts/myspell-pt-br: EAPI bump
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild | 7 ++-----
13 1 file changed, 2 insertions(+), 5 deletions(-)
14
15 diff --git a/app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild b/app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild
16 index f4343199462..f3c7273ec2b 100644
17 --- a/app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild
18 +++ b/app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.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=4
25 +EAPI=6
26
27 MYSPELL_DICT=(
28 "pt_BR.aff"
29 @@ -30,6 +30,3 @@ LICENSE="LGPL-3 MPL-1.1"
30 SLOT="0"
31 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
32 IUSE=""
33 -
34 -DEPEND=""
35 -RDEPEND="${DEPEND}"