From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1D8E1584AD for ; Sun, 13 Apr 2025 17:34:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B82D93430AB for ; Sun, 13 Apr 2025 17:34:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BBB4A1104B0; Sun, 13 Apr 2025 17:34:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B0B1D1104B0 for ; Sun, 13 Apr 2025 17:34:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B0543430AB for ; Sun, 13 Apr 2025 17:34:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0CE51748 for ; Sun, 13 Apr 2025 17:34:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1744565624.10b772d35032e04b4c01dc95f1a9f964e2b60d86.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Locale-gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild X-VCS-Directories: dev-perl/Locale-gettext/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 10b772d35032e04b4c01dc95f1a9f964e2b60d86 X-VCS-Branch: master Date: Sun, 13 Apr 2025 17:34:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72ab59ff-fab5-450f-93b9-2f33f322ea77 X-Archives-Hash: 1570fdbc714e03138786ed826c05b31f commit: 10b772d35032e04b4c01dc95f1a9f964e2b60d86 Author: Sam James gentoo org> AuthorDate: Sun Apr 13 17:33:42 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 13 17:33:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b772d3 dev-perl/Locale-gettext: default -> perl-module_src_compile Fixes: 06b98b354413cbe2e87d14cd0f6f772b12d5a0d9 Signed-off-by: Sam James gentoo.org> dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild index 66a2d0346821..7ab74076dfe6 100644 --- a/dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild +++ b/dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild @@ -35,5 +35,5 @@ PATCHES=( src_compile() { # Makefile.PL cannot know we use libintl over system [[ ${CHOST} == *-solaris* ]] && export LDLOADLIBS="-lintl" - default + perl-module_src_compile }