commit:     ae758a36dbb676619430a911300ba32f5f13e286
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 11:21:55 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May  7 07:55:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae758a36

app-editors/padre: Port to PERL_FEATURES

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../padre/{padre-1.0.0-r2.ebuild => padre-1.0.0-r3.ebuild}       | 9 ++++-----
 1 file 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
similarity index 94%
rename from app-editors/padre/padre-1.0.0-r2.ebuild
rename to 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}
        )
 "
 

Reply via email to