Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lcov/
Date: Mon, 22 Oct 2018 20:07:49
Message-Id: 1540238709.61eea13449b8cd6db37d6b03e213bfccf8769ce4.mgorny@gentoo
1 commit: 61eea13449b8cd6db37d6b03e213bfccf8769ce4
2 Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
3 AuthorDate: Sun Oct 7 04:29:39 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 20:05:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61eea134
7
8 dev-util/lcov: bump to EAPI 7
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-util/lcov/lcov-1.13-r1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-util/lcov/lcov-1.13-r1.ebuild b/dev-util/lcov/lcov-1.13-r1.ebuild
18 index ee07971279d..f257a4fac13 100644
19 --- a/dev-util/lcov/lcov-1.13-r1.ebuild
20 +++ b/dev-util/lcov/lcov-1.13-r1.ebuild
21 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=7
28
29 inherit prefix
30
31 @@ -9,7 +9,7 @@ DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov"
32 HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php"
33 SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz"
34
35 -LICENSE="GPL-2"
36 +LICENSE="GPL-2+"
37 SLOT="0"
38 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-linux ~x64-macos"