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 880E5139345 for ; Mon, 19 Jul 2021 23:15:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8D27E0BAA; Mon, 19 Jul 2021 23:15:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9601CE0C4D for ; Mon, 19 Jul 2021 23:15:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 34D57342AD4 for ; Mon, 19 Jul 2021 23:15:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45FFF7F3 for ; Mon, 19 Jul 2021 23:14:58 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1626736485.3f90c4f7d6a6c3a9ce12e8187c216336cf7ada9c.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Pod/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Pod/Test-Pod-1.510.0.ebuild X-VCS-Directories: dev-perl/Test-Pod/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3f90c4f7d6a6c3a9ce12e8187c216336cf7ada9c X-VCS-Branch: master Date: Mon, 19 Jul 2021 23:14:58 +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: 38846308-e2e4-4cae-b9fc-b4fa1895fa27 X-Archives-Hash: 520e23d7b3387bb5d379b61c9b4066a7 commit: 3f90c4f7d6a6c3a9ce12e8187c216336cf7ada9c Author: Marek Szuba gentoo org> AuthorDate: Mon Jul 19 22:28:28 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Jul 19 23:14:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f90c4f7 dev-perl/Test-Pod: keyword 1.510.0 for ~riscv, EAPI 5 -> 8 Signed-off-by: Marek Szuba gentoo.org> dev-perl/Test-Pod/Test-Pod-1.510.0.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-perl/Test-Pod/Test-Pod-1.510.0.ebuild b/dev-perl/Test-Pod/Test-Pod-1.510.0.ebuild index 47367fd5b32..2c83b71fa42 100644 --- a/dev-perl/Test-Pod/Test-Pod-1.510.0.ebuild +++ b/dev-perl/Test-Pod/Test-Pod-1.510.0.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=ETHER -MODULE_VERSION=1.51 +DIST_AUTHOR=ETHER +DIST_VERSION=1.51 inherit perl-module DESCRIPTION="Check for POD errors in files" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" >=virtual/perl-Pod-Simple-3.50.0 @@ -24,5 +22,3 @@ DEPEND="${RDEPEND} virtual/perl-File-Spec ) " - -SRC_TEST="do parallel"