From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B632D158087 for ; Mon, 7 Feb 2022 00:30:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A024E07AE; Mon, 7 Feb 2022 00:30:36 +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 pigeon.gentoo.org (Postfix) with ESMTPS id AE491E07AE for ; Mon, 7 Feb 2022 00:30:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8B195342BDD for ; Mon, 7 Feb 2022 00:30:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14ACE2CC for ; Mon, 7 Feb 2022 00:30:33 +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: <1644193815.51ebf202e63cda0fd4a19f7b0cb8e209370aae29.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmspub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libmspub/libmspub-0.1.4.ebuild app-text/libmspub/libmspub-9999.ebuild X-VCS-Directories: app-text/libmspub/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 51ebf202e63cda0fd4a19f7b0cb8e209370aae29 X-VCS-Branch: master Date: Mon, 7 Feb 2022 00:30:33 +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: 23aa9760-343f-4c9e-9f55-0d6ce8a1278a X-Archives-Hash: 4fcfceb3de9d0c07ac286e949d539233 commit: 51ebf202e63cda0fd4a19f7b0cb8e209370aae29 Author: Sam James gentoo org> AuthorDate: Mon Feb 7 00:16:57 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 7 00:30:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ebf202 app-text/libmspub: add comment re eautoreconf (stale libtool breaking Clang) Bug: https://bugs.gentoo.org/832764 Signed-off-by: Sam James gentoo.org> app-text/libmspub/libmspub-0.1.4.ebuild | 4 +++- app-text/libmspub/libmspub-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-text/libmspub/libmspub-0.1.4.ebuild b/app-text/libmspub/libmspub-0.1.4.ebuild index ce65701b3002..aac80c71a965 100644 --- a/app-text/libmspub/libmspub-0.1.4.ebuild +++ b/app-text/libmspub/libmspub-0.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,6 +38,8 @@ PATCHES=( "${FILESDIR}/${P}-gcc10.patch" ) src_prepare() { default [[ -d m4 ]] || mkdir "m4" + + # Needed for Clang: stale libtool. bug #832764 eautoreconf } diff --git a/app-text/libmspub/libmspub-9999.ebuild b/app-text/libmspub/libmspub-9999.ebuild index 1ae2f9cb01c2..93a7036a4d2e 100644 --- a/app-text/libmspub/libmspub-9999.ebuild +++ b/app-text/libmspub/libmspub-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,6 +36,8 @@ DEPEND="${RDEPEND} src_prepare() { default [[ -d m4 ]] || mkdir "m4" + + # Needed for Clang: stale libtool. bug #832764 eautoreconf }