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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AEA41582EF for ; Sun, 09 Feb 2025 07:12:21 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0A93134306A for ; Sun, 09 Feb 2025 07:12:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 062C21103CB; Sun, 09 Feb 2025 07:12:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EB79D1103CB for ; Sun, 09 Feb 2025 07:12:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A93CA3430C6 for ; Sun, 09 Feb 2025 07:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12D3F1ACB for ; Sun, 09 Feb 2025 07:12:18 +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: <1739085117.10feec016d95fd2957b2342cab83aee9219de931.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/diffutils/diffutils-3.11-r1.ebuild sys-apps/diffutils/diffutils-3.11.ebuild X-VCS-Directories: sys-apps/diffutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 10feec016d95fd2957b2342cab83aee9219de931 X-VCS-Branch: master Date: Sun, 09 Feb 2025 07:12:18 +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: 24a68240-ca77-4575-9737-080169753300 X-Archives-Hash: f2c903e9e94057e8cd7789ce0e190259 commit: 10feec016d95fd2957b2342cab83aee9219de931 Author: Sam James gentoo org> AuthorDate: Sun Feb 9 07:11:43 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 9 07:11:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10feec01 sys-apps/diffutils: depend on app-i18n/gnulib-l10n for 3.11 Newer gnulib needs this. Thanks to Bruno Haible for the heads-up. Signed-off-by: Sam James gentoo.org> sys-apps/diffutils/{diffutils-3.11.ebuild => diffutils-3.11-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/diffutils/diffutils-3.11.ebuild b/sys-apps/diffutils/diffutils-3.11-r1.ebuild similarity index 97% rename from sys-apps/diffutils/diffutils-3.11.ebuild rename to sys-apps/diffutils/diffutils-3.11-r1.ebuild index 069dd2e31342..128dac1face0 100644 --- a/sys-apps/diffutils/diffutils-3.11.ebuild +++ b/sys-apps/diffutils/diffutils-3.11-r1.ebuild @@ -31,6 +31,9 @@ BDEPEND=" nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-diffutils ) " +RDEPEND=" + nls? ( app-i18n/gnulib-l10n ) +" src_prepare() { default