commit: 146206fdb839084cc8ae976d3a66d804807db51b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 8 11:01:59 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 8 11:01:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146206fd
sys-apps/locale-gen: depend on >=perl-5.36 Bug: https://bugs.gentoo.org/961207 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/locale-gen/locale-gen-3.1.ebuild | 2 +- sys-apps/locale-gen/locale-gen-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/locale-gen/locale-gen-3.1.ebuild b/sys-apps/locale-gen/locale-gen-3.1.ebuild index 76bab6dc43c0..e4225086b078 100644 --- a/sys-apps/locale-gen/locale-gen-3.1.ebuild +++ b/sys-apps/locale-gen/locale-gen-3.1.ebuild @@ -19,7 +19,7 @@ LICENSE="GPL-2" SLOT="0" RDEPEND=" - dev-lang/perl + >=dev-lang/perl-5.36 !<sys-libs/glibc-2.37-r3 " diff --git a/sys-apps/locale-gen/locale-gen-9999.ebuild b/sys-apps/locale-gen/locale-gen-9999.ebuild index 76bab6dc43c0..e4225086b078 100644 --- a/sys-apps/locale-gen/locale-gen-9999.ebuild +++ b/sys-apps/locale-gen/locale-gen-9999.ebuild @@ -19,7 +19,7 @@ LICENSE="GPL-2" SLOT="0" RDEPEND=" - dev-lang/perl + >=dev-lang/perl-5.36 !<sys-libs/glibc-2.37-r3 "
