dev-perl/Test-NoTabs: drop unversioned Perl virtual deps

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-07-20 20:28:04 +01:00
parent e230add892
commit 18a01b1cc6
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -12,14 +12,3 @@ DESCRIPTION="Check the presence of tabs in your project"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
RDEPEND="
virtual/perl-File-Spec
virtual/perl-Test-Simple
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Temp
)
"