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 AC3131582EF for ; Fri, 07 Mar 2025 05:44:24 +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 94731342FB4 for ; Fri, 07 Mar 2025 05:44:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 901F81102D2; Fri, 07 Mar 2025 05:44:23 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 856B01102D2 for ; Fri, 07 Mar 2025 05:44:23 +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 36462342FA0 for ; Fri, 07 Mar 2025 05:44:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CB4E26A0 for ; Fri, 07 Mar 2025 05:44:21 +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: <1741326229.bf230e0ecd0f96ae77b582be69b3adbde1b128af.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.ebuild X-VCS-Directories: sys-auth/oath-toolkit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bf230e0ecd0f96ae77b582be69b3adbde1b128af X-VCS-Branch: master Date: Fri, 07 Mar 2025 05:44:21 +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: fcfd541c-b40f-447d-8262-655a9120eca9 X-Archives-Hash: 46ab7cc2d80ff55e83b39abdbc1584b6 commit: bf230e0ecd0f96ae77b582be69b3adbde1b128af Author: Eli Schwartz gentoo org> AuthorDate: Thu Feb 27 05:22:45 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 7 05:43:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf230e0e sys-auth/oath-toolkit: make sure elibtoolize is applied Needed to e.g. pass LTO warning flags through to the linker. [sam: Add Bug: links.] Bug: https://bugs.gentoo.org/719314 Bug: https://bugs.gentoo.org/833850 Signed-off-by: Eli Schwartz gentoo.org> Signed-off-by: Sam James gentoo.org> sys-auth/oath-toolkit/oath-toolkit-2.6.12.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.12.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.12.ebuild index 5ac94c24f38e..74bd6fafabb5 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.12.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit pam +inherit libtool pam DESCRIPTION="Toolkit for using one-time password authentication with HOTP/TOTP algorithms" HOMEPAGE="https://www.nongnu.org/oath-toolkit/" @@ -38,6 +38,11 @@ QA_CONFIG_IMPL_DECL_SKIP=( src_prepare() { default + elibtoolize + # upstream has a gdoc.mk, which declares that Makefile.am -> Makefile.in has a rebuild rule on: + # $(top_builddir)/configure + # which is baffling and also totally breaks elibtoolize. Munge the timestamps into forgetting about this. + touch */man/Makefile.gdoc */man/Makefile.in || die # After patching, we have to fix the mtime on libpskc/global.c so # that it doesn't cause Makefile.gdoc to be rebuilt so that it