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 45553158091 for ; Sat, 18 Jun 2022 17:23:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DEF2E0A03; Sat, 18 Jun 2022 17:23:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 27020E0A03 for ; Sat, 18 Jun 2022 17:23:34 +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 4082534190C for ; Sat, 18 Jun 2022 17:23:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98B084FA for ; Sat, 18 Jun 2022 17:23:31 +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: <1655572997.51fe359989ae8175bb5a18b24dd8565be80cc436.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaa/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmaa/files/libmaa-1.3.2-libtool.patch X-VCS-Directories: dev-libs/libmaa/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 51fe359989ae8175bb5a18b24dd8565be80cc436 X-VCS-Branch: master Date: Sat, 18 Jun 2022 17:23:31 +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: 71434d79-9a3f-45fb-a392-08ff4b68f8b5 X-Archives-Hash: a32fcb9a2ec04a8f962d875b0067de08 commit: 51fe359989ae8175bb5a18b24dd8565be80cc436 Author: orbea riseup net> AuthorDate: Sat Jun 18 16:47:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 18 17:23:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51fe3599 dev-libs/libmaa: Update patch This updates the patch for correctness. Bug: https://bugs.gentoo.org/778464 Fixes: 9fa0feab9df77f5fe7014cbf6f4dd9451fd2e42c Fixes: https://github.com/gentoo/gentoo/pull/25947 Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25963 Signed-off-by: Sam James gentoo.org> dev-libs/libmaa/files/libmaa-1.3.2-libtool.patch | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/dev-libs/libmaa/files/libmaa-1.3.2-libtool.patch b/dev-libs/libmaa/files/libmaa-1.3.2-libtool.patch index bbdecdd89e62..ca04f423a016 100644 --- a/dev-libs/libmaa/files/libmaa-1.3.2-libtool.patch +++ b/dev-libs/libmaa/files/libmaa-1.3.2-libtool.patch @@ -25,16 +25,15 @@ Subject: [PATCH] configure: Add missing LT_INIT MAA_MAJOR=1 MAA_MINOR=3 MAA_TEENY=2 -@@ -38,7 +40,7 @@ echo . +@@ -38,7 +40,6 @@ echo . AC_CANONICAL_HOST AC_PROG_AWK AC_PROG_CC -#AC_PROG_LIBTOOL -+AC_PROG_LIBTOOL AC_ISC_POSIX if test "$CC" = gcc; then -@@ -57,8 +59,6 @@ AC_CHECK_PROGS(DVIPS,dvips) +@@ -57,8 +58,6 @@ AC_CHECK_PROGS(DVIPS,dvips) AC_CHECK_PROGS(REFBIBTEX,refbibtex) AC_CHECK_PROGS(BIBTEX,bibtex) @@ -43,6 +42,14 @@ Subject: [PATCH] configure: Add missing LT_INIT echo . echo Checking for header file support +@@ -110,7 +109,6 @@ AC_SUBST(MAA_TEENY) + AC_SUBST(MAA_MINOR) + AC_SUBST(MAA_MAJOR) + AC_SUBST(AWK) +-AC_SUBST(LIBTOOL) + + AC_CONFIG_FILES([Makefile doc/Makefile arggram2c]) + --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -22,6 +22,7 @@