From a06e958cb13216fae29d29776ffd24eef5559b70 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 23 Mar 2026 07:32:11 +0000 Subject: [PATCH] dev-lang/perl: Sync with Gentoo It's from Gentoo commit 5ef3d502f9bb696bb8871a6c572f2e8b23ccafab. Signed-off-by: Flatcar Buildbot --- .../portage-stable/dev-lang/perl/perl-5.42.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/perl/perl-5.42.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/perl/perl-5.42.0.ebuild index 2bd1cb3cf5..93f520dab7 100644 --- a/sdk_container/src/third_party/portage-stable/dev-lang/perl/perl-5.42.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-lang/perl/perl-5.42.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -173,7 +173,8 @@ pkg_setup() { case ${CHOST} in *-darwin*) osname="darwin" ;; *-solaris*) osname="solaris" ;; - *) osname="linux" ;; + *-linux*) osname="linux" ;; + *-gnu) osname="gnu" ;; esac myarch="${CHOST%%-*}-${osname}"