From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1517011-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6725B158649 for <garchives@archives.gentoo.org>; Tue, 9 May 2023 21:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 906B2E07BA; Tue, 9 May 2023 21:50:33 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6E62BE07BA for <gentoo-commits@lists.gentoo.org>; Tue, 9 May 2023 21:50:33 +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 8FF0D340D6E for <gentoo-commits@lists.gentoo.org>; Tue, 9 May 2023 21:50:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A3C4920 for <gentoo-commits@lists.gentoo.org>; Tue, 9 May 2023 21:50:31 +0000 (UTC) From: "Andreas K. Hüttel" <dilfridge@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" <dilfridge@gentoo.org> Message-ID: <1683669020.c7113426ff88c5ca46a432f43b0fc1de1f52b512.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/locale-gen/locale-gen-2.23.ebuild X-VCS-Directories: sys-apps/locale-gen/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: c7113426ff88c5ca46a432f43b0fc1de1f52b512 X-VCS-Branch: master Date: Tue, 9 May 2023 21:50:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aca0bfb9-8e33-4809-8c76-d9dd935a2e08 X-Archives-Hash: 0fbcef1f7a973d75fdea8e269e484ad8 commit: c7113426ff88c5ca46a432f43b0fc1de1f52b512 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue May 9 21:50:02 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue May 9 21:50:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7113426 sys-apps/locale-gen: remove errorneous dependency Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-apps/locale-gen/locale-gen-2.23.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-apps/locale-gen/locale-gen-2.23.ebuild b/sys-apps/locale-gen/locale-gen-2.23.ebuild index c819b986ee6b..8272f634317c 100644 --- a/sys-apps/locale-gen/locale-gen-2.23.ebuild +++ b/sys-apps/locale-gen/locale-gen-2.23.ebuild @@ -21,7 +21,6 @@ RDEPEND=" app-arch/gzip sys-apps/gentoo-functions sys-apps/grep - >=sys-libs/glibc-2.37-r3 !<sys-libs/glibc-2.37-r3 " DEPEND=""