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 45E6A158086 for ; Mon, 8 Nov 2021 22:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61EC72BC039; Mon, 8 Nov 2021 22:10:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 92BEB2BC039 for ; Mon, 8 Nov 2021 22:10:57 +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 249CB342E02 for ; Mon, 8 Nov 2021 22:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67E8E132 for ; Mon, 8 Nov 2021 22:10:54 +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: <1636409432.8bcf56a162cd538301683fdf4b9be5a698c38eed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmwaw/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libmwaw/libmwaw-0.3.20.ebuild app-text/libmwaw/libmwaw-9999.ebuild X-VCS-Directories: app-text/libmwaw/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8bcf56a162cd538301683fdf4b9be5a698c38eed X-VCS-Branch: master Date: Mon, 8 Nov 2021 22:10:54 +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: 14637bce-f2b5-406a-9995-3e35c22c0893 X-Archives-Hash: 6c2c5adc6f3d25a272b6456cf839be93 commit: 8bcf56a162cd538301683fdf4b9be5a698c38eed Author: Jannik Glückert gmail com> AuthorDate: Mon Nov 8 22:06:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 8 22:10:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcf56a1 app-text/libmwaw: allways call eautoreconf (refresh libtool; fixes Clang) Closes: https://bugs.gentoo.org/814512 Signed-off-by: Jannik Glückert gmail.com> Signed-off-by: Sam James gentoo.org> app-text/libmwaw/libmwaw-0.3.20.ebuild | 4 +++- app-text/libmwaw/libmwaw-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-text/libmwaw/libmwaw-0.3.20.ebuild b/app-text/libmwaw/libmwaw-0.3.20.ebuild index 31e61e23923..5776f287f88 100644 --- a/app-text/libmwaw/libmwaw-0.3.20.ebuild +++ b/app-text/libmwaw/libmwaw-0.3.20.ebuild @@ -31,7 +31,9 @@ BDEPEND=" src_prepare() { default - [[ ${PV} == *9999* ]] && eautoreconf + + # Refresh stale libtool, bug #814512 + eautoreconf } src_configure() { diff --git a/app-text/libmwaw/libmwaw-9999.ebuild b/app-text/libmwaw/libmwaw-9999.ebuild index f0bf404e1fb..243cc18a0ac 100644 --- a/app-text/libmwaw/libmwaw-9999.ebuild +++ b/app-text/libmwaw/libmwaw-9999.ebuild @@ -31,7 +31,9 @@ BDEPEND=" src_prepare() { default - [[ ${PV} == *9999* ]] && eautoreconf + + # Refresh stale libtool, bug #814512 + eautoreconf } src_configure() {