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 984B21382C5 for ; Sun, 21 Mar 2021 17:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6835E082B; Sun, 21 Mar 2021 17:56:40 +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 BE7A8E082B for ; Sun, 21 Mar 2021 17:56:40 +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 6CCFB335D12 for ; Sun, 21 Mar 2021 17:56:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D38E5B8 for ; Sun, 21 Mar 2021 17:56:38 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1616349382.230408c78c6a3d0bf35073b6302fd29880d4d62b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/genlop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/genlop/genlop-0.30.10-r2.ebuild X-VCS-Directories: app-portage/genlop/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 230408c78c6a3d0bf35073b6302fd29880d4d62b X-VCS-Branch: master Date: Sun, 21 Mar 2021 17:56:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af0cc972-fd58-4387-bb71-a35c0c4d1778 X-Archives-Hash: b596d9e3ee2cfd9641d820d4cb0f4126 commit: 230408c78c6a3d0bf35073b6302fd29880d4d62b Author: David Seifert gentoo org> AuthorDate: Sun Mar 21 17:56:22 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 21 17:56:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230408c7 app-portage/genlop: Port to EAPI 7 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> app-portage/genlop/genlop-0.30.10-r2.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app-portage/genlop/genlop-0.30.10-r2.ebuild b/app-portage/genlop/genlop-0.30.10-r2.ebuild index 39fcfdacb6c..52ec4293a99 100644 --- a/app-portage/genlop/genlop-0.30.10-r2.ebuild +++ b/app-portage/genlop/genlop-0.30.10-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit base bash-completion-r1 +inherit bash-completion-r1 DESCRIPTION="A nice emerge.log parser" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl" @@ -12,11 +12,11 @@ SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86" -IUSE="" -DEPEND="dev-lang/perl - dev-perl/Date-Manip - dev-perl/libwww-perl" +DEPEND=" + dev-lang/perl + dev-perl/Date-Manip + dev-perl/libwww-perl" RDEPEND="${DEPEND}" # Populate the patches array for any patches for -rX releases