summaryrefslogtreecommitdiff
path: root/perl-core
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-23 06:13:09 +0000
committerSam James <sam@gentoo.org>2025-01-23 06:13:09 +0000
commite8d1d5f77a1ebf6a73a72caf106c00d612771750 (patch)
treec2c627804540d70fa15eeb5480903034725d9667 /perl-core
parent9d0ca4747f1a2fdd8cfdd4fb8d78610d4379a469 (diff)
downloadgentoo-e8d1d5f77a1ebf6a73a72caf106c00d612771750.tar.gz
gentoo-e8d1d5f77a1ebf6a73a72caf106c00d612771750.tar.bz2
gentoo-e8d1d5f77a1ebf6a73a72caf106c00d612771750.zip
perl-core/Test-Simple: fix circular dependency
This is exposed by updating to EAPI 8 here, as perl-module.eclass has different behaviour for it and will add a BDEPEND on virtual/perl-Test-Simple. (perl-core/Test-Simple-1.302.208:0/0::gentoo, ebuild scheduled for merge) depends on (virtual/perl-Test-Simple-1.302.208:0/0::gentoo, ebuild scheduled for merge) (buildtime) (perl-core/Test-Simple-1.302.208:0/0::gentoo, ebuild scheduled for merge) (runtime) Just set GENTOO_DEPEND_ON_PERL=noslotop to avoid that here and manually add the Perl := dep instead. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Test-Simple/Test-Simple-1.302.208-r1.ebuild (renamed from perl-core/Test-Simple/Test-Simple-1.302.208.ebuild)4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-core/Test-Simple/Test-Simple-1.302.208.ebuild b/perl-core/Test-Simple/Test-Simple-1.302.208-r1.ebuild
index cd9ce57e8647..16ae2b8f3d36 100644
--- a/perl-core/Test-Simple/Test-Simple-1.302.208.ebuild
+++ b/perl-core/Test-Simple/Test-Simple-1.302.208-r1.ebuild
@@ -6,6 +6,8 @@ EAPI=8
DIST_AUTHOR=EXODIST
DIST_VERSION=1.302208
DIST_EXAMPLES=("examples/*")
+# Avoid circular dependency in eclass on virtual/perl-Test-Simple
+GENTOO_DEPEND_ON_PERL=noslotop
inherit perl-module
DESCRIPTION="Basic utilities for writing tests"
@@ -14,6 +16,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND="
+ dev-lang/perl:=
!<dev-perl/Test-Tester-0.114.0
!<dev-perl/Test-use-ok-0.160.0
!<=dev-perl/Log-Dispatch-Config-TestLog-0.20.0
@@ -44,5 +47,6 @@ RDEPEND="
"
BDEPEND="
${RDEPEND}
+ dev-lang/perl:=
virtual/perl-ExtUtils-MakeMaker
"