summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-04-21 22:21:55 +1100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-05-07 09:55:13 +0200
commitae758a36dbb676619430a911300ba32f5f13e286 (patch)
tree215bb0abafd4fa10eb29b0c38bf45abd01b0fae5 /app-editors
parentdev-lang/perl: Migrate to PERL_FEATURES (diff)
downloadgentoo-ae758a36dbb676619430a911300ba32f5f13e286.tar.gz
gentoo-ae758a36dbb676619430a911300ba32f5f13e286.tar.bz2
gentoo-ae758a36dbb676619430a911300ba32f5f13e286.zip
app-editors/padre: Port to PERL_FEATURES
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/padre/padre-1.0.0-r3.ebuild (renamed from app-editors/padre/padre-1.0.0-r2.ebuild)9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-editors/padre/padre-1.0.0-r2.ebuild b/app-editors/padre/padre-1.0.0-r3.ebuild
index f583d1929264..00df896963fe 100644
--- a/app-editors/padre/padre-1.0.0-r2.ebuild
+++ b/app-editors/padre/padre-1.0.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,10 +13,9 @@ HOMEPAGE="https://padre.perlide.org/"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
-IUSE=""
# Test Deps
-TDEPEND="
+TESTDEPEND="
>=dev-perl/Test-MockObject-1.90.0
>=dev-perl/Test-Script-1.70.0
>=dev-perl/Test-Exception-0.270.0
@@ -26,7 +25,7 @@ TDEPEND="
"
RDEPEND="
- dev-lang/perl[ithreads]
+ || ( >=dev-lang/perl-5.38.2-r3[perl_features_ithreads] <dev-lang/perl-5.38.2-r3[ithreads] )
>=dev-lang/perl-5.10.1
>=dev-perl/Algorithm-Diff-1.190.0
>=dev-perl/Capture-Tiny-0.60.0
@@ -92,7 +91,7 @@ RDEPEND="
"
BDEPEND="${RDEPEND}
test? (
- ${TDEPEND}
+ ${TESTDEPEND}
)
"