Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/brag/
Date: Sun, 13 Sep 2020 04:05:36
Message-Id: 1599969927.847cfd084f3e7f8b3edb96515ff90eedc59b1e72.sam@gentoo
1 commit: 847cfd084f3e7f8b3edb96515ff90eedc59b1e72
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 13 04:04:45 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 13 04:05:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=847cfd08
7
8 net-nntp/brag: bump to EAPI 7
9
10 Closes: https://bugs.gentoo.org/742155
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-nntp/brag/brag-1.4.3.ebuild | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/net-nntp/brag/brag-1.4.3.ebuild b/net-nntp/brag/brag-1.4.3.ebuild
18 index 961577dd3a3..ba37953bea3 100644
19 --- a/net-nntp/brag/brag-1.4.3.ebuild
20 +++ b/net-nntp/brag/brag-1.4.3.ebuild
21 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=4
27 +EAPI=7
28
29 DESCRIPTION="Brag collects and assembles multipart binary attachments from newsgroups"
30 HOMEPAGE="http://brag.sourceforge.net/"
31 @@ -10,7 +10,6 @@ SRC_URI="mirror://sourceforge/brag/${P}.tar.gz"
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ppc x86"
35 -IUSE=""
36
37 RDEPEND="
38 dev-lang/tcl:0