From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A1C1138334 for ; Mon, 22 Oct 2018 20:07:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E023FE093B; Mon, 22 Oct 2018 20:07:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCA61E093B for ; Mon, 22 Oct 2018 20:07:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32BB4335D20 for ; Mon, 22 Oct 2018 20:07:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55063443 for ; Mon, 22 Oct 2018 20:07:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1540238709.61eea13449b8cd6db37d6b03e213bfccf8769ce4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lcov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lcov/lcov-1.13-r1.ebuild X-VCS-Directories: dev-util/lcov/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 61eea13449b8cd6db37d6b03e213bfccf8769ce4 X-VCS-Branch: master Date: Mon, 22 Oct 2018 20:07:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bae5a3fc-2d01-4fc8-9200-a0d5ce646498 X-Archives-Hash: 85c6f1b66c5cd8605e3b4a30f29f4263 commit: 61eea13449b8cd6db37d6b03e213bfccf8769ce4 Author: Jeffrey Lin icurse nl> AuthorDate: Sun Oct 7 04:29:39 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 22 20:05:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61eea134 dev-util/lcov: bump to EAPI 7 Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Jeffrey Lin icurse.nl> Signed-off-by: Michał Górny gentoo.org> dev-util/lcov/lcov-1.13-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/lcov/lcov-1.13-r1.ebuild b/dev-util/lcov/lcov-1.13-r1.ebuild index ee07971279d..f257a4fac13 100644 --- a/dev-util/lcov/lcov-1.13-r1.ebuild +++ b/dev-util/lcov/lcov-1.13-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit prefix @@ -9,7 +9,7 @@ DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov" HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php" SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-linux ~x64-macos"