From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B9B815807A for ; Tue, 10 Jun 2025 11:22:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4A8983431DD for ; Tue, 10 Jun 2025 11:22:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3F486110480; Tue, 10 Jun 2025 11:22:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3612B110480 for ; Tue, 10 Jun 2025 11:22:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4C89343007 for ; Tue, 10 Jun 2025 11:22:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 540BC813 for ; Tue, 10 Jun 2025 11:22:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749553901.4962a967c5615c5c9f21a1c14fb8880847e571c3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISSN/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Business-ISSN/Business-ISSN-1.8.0-r1.ebuild dev-perl/Business-ISSN/Business-ISSN-1.8.0.ebuild X-VCS-Directories: dev-perl/Business-ISSN/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4962a967c5615c5c9f21a1c14fb8880847e571c3 X-VCS-Branch: master Date: Tue, 10 Jun 2025 11:22:19 +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: 032449d0-e2c0-415e-9735-2d982b7059e4 X-Archives-Hash: 558f0b0d0f69310665ce0eaafc5c22b8 commit: 4962a967c5615c5c9f21a1c14fb8880847e571c3 Author: Sam James gentoo org> AuthorDate: Tue Jun 10 11:11:41 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 10 11:11:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4962a967 dev-perl/Business-ISSN: fix MissingVersionedVirtualPerlDependency Signed-off-by: Sam James gentoo.org> .../{Business-ISSN-1.8.0.ebuild => Business-ISSN-1.8.0-r1.ebuild} | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-perl/Business-ISSN/Business-ISSN-1.8.0.ebuild b/dev-perl/Business-ISSN/Business-ISSN-1.8.0-r1.ebuild similarity index 89% rename from dev-perl/Business-ISSN/Business-ISSN-1.8.0.ebuild rename to dev-perl/Business-ISSN/Business-ISSN-1.8.0-r1.ebuild index 929875a067b9..bf16f642ad25 100644 --- a/dev-perl/Business-ISSN/Business-ISSN-1.8.0.ebuild +++ b/dev-perl/Business-ISSN/Business-ISSN-1.8.0-r1.ebuild @@ -13,13 +13,8 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" -RDEPEND=" - virtual/perl-Exporter -" BDEPEND=" - ${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.640.0 - virtual/perl-File-Spec test? ( >=virtual/perl-Test-Simple-1.0.0 )