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 1C3731582EF for ; Fri, 07 Mar 2025 05:52:27 +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 063D5342FDA for ; Fri, 07 Mar 2025 05:52:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F19401102D2; Fri, 07 Mar 2025 05:52:25 +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 E44AE1102D2 for ; Fri, 07 Mar 2025 05:52:25 +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 94FAE342FDA for ; Fri, 07 Mar 2025 05:52:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF40B26A0 for ; Fri, 07 Mar 2025 05:52:23 +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: <1741326705.a5bdc610e63cac3fd4f72ce1050e60a730b60d6d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/oath-toolkit/oath-toolkit-2.6.12-r1.ebuild sys-auth/oath-toolkit/oath-toolkit-2.6.12.ebuild X-VCS-Directories: sys-auth/oath-toolkit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a5bdc610e63cac3fd4f72ce1050e60a730b60d6d X-VCS-Branch: master Date: Fri, 07 Mar 2025 05:52:23 +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: 31307e58-f463-454f-85ab-e4f0657e9a69 X-Archives-Hash: e443776d07d6e0a2f64f9352a3f8cabc commit: a5bdc610e63cac3fd4f72ce1050e60a730b60d6d Author: Sam James gentoo org> AuthorDate: Fri Mar 7 05:51:20 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 7 05:51:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5bdc610 sys-auth/oath-toolkit: drop bogus ICU dep The real issue was fixed by bf230e0ecd0f96ae77b582be69b3adbde1b128af which fixes as-needed in libtool w/ elibtoolize. Bug: https://bugs.gentoo.org/719314 Bug: https://bugs.gentoo.org/833850 Signed-off-by: Sam James gentoo.org> .../{oath-toolkit-2.6.12.ebuild => oath-toolkit-2.6.12-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.12.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.12-r1.ebuild similarity index 99% rename from sys-auth/oath-toolkit/oath-toolkit-2.6.12.ebuild rename to sys-auth/oath-toolkit/oath-toolkit-2.6.12-r1.ebuild index 74bd6fafabb5..a2d357e1055a 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.12.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.12-r1.ebuild @@ -16,7 +16,6 @@ IUSE="pam static-libs test" RESTRICT="!test? ( test )" DEPEND=" - dev-libs/icu:= dev-libs/libxml2 dev-libs/xmlsec:= pam? ( sys-libs/pam )