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 F03DC158041 for ; Wed, 6 Mar 2024 03:37:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CC18E29FA; Wed, 6 Mar 2024 03:37:43 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5A4EE29FA for ; Wed, 6 Mar 2024 03:37:42 +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 21473343063 for ; Wed, 6 Mar 2024 03:37:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B33F14F0 for ; Wed, 6 Mar 2024 03:37:39 +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: <1709696179.e6e08c21c9ac1f32715c11caba482883d824b9c8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/enchant/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/enchant/enchant-2.5.0.ebuild app-text/enchant/enchant-2.6.1.ebuild X-VCS-Directories: app-text/enchant/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e6e08c21c9ac1f32715c11caba482883d824b9c8 X-VCS-Branch: master Date: Wed, 6 Mar 2024 03:37:39 +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: 20245cf5-f594-478b-848c-e0e8eae254dc X-Archives-Hash: 3c9d6847a5dc6a82bb8f25aae2298415 commit: e6e08c21c9ac1f32715c11caba482883d824b9c8 Author: Eli Schwartz gmail com> AuthorDate: Tue Mar 5 23:49:39 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 6 03:36:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e08c21 app-text/enchant: make sure elibtoolize is applied Needed to e.g. pass LTO warning flags through to the linker. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> app-text/enchant/enchant-2.5.0.ebuild | 9 ++++++++- app-text/enchant/enchant-2.6.1.ebuild | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/app-text/enchant/enchant-2.5.0.ebuild b/app-text/enchant/enchant-2.5.0.ebuild index 127c7ab47e6b..22f22e0ed91a 100644 --- a/app-text/enchant/enchant-2.5.0.ebuild +++ b/app-text/enchant/enchant-2.5.0.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +inherit libtool + DESCRIPTION="Spellchecker wrapping library" HOMEPAGE="https://abiword.github.io/enchant/" SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz" @@ -37,6 +39,11 @@ QA_CONFIG_IMPL_DECL_SKIP=( alignof ) +src_prepare() { + default + elibtoolize +} + src_configure() { local myconf=( --disable-static diff --git a/app-text/enchant/enchant-2.6.1.ebuild b/app-text/enchant/enchant-2.6.1.ebuild index 784efb038eaf..d75574d1ad61 100644 --- a/app-text/enchant/enchant-2.6.1.ebuild +++ b/app-text/enchant/enchant-2.6.1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +inherit libtool + DESCRIPTION="Spellchecker wrapping library" HOMEPAGE="https://abiword.github.io/enchant/" SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz" @@ -39,6 +41,11 @@ QA_CONFIG_IMPL_DECL_SKIP=( unreachable ) +src_prepare() { + default + elibtoolize +} + src_configure() { local myconf=( --disable-static