commit:     8afb9372f18f8e0877e2d7106e72103d54c7bf4f
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 01:39:36 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jul  1 04:21:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afb9372

app-accessibility/speech-dispatcher: make sure elibtoolize is applied

Needed to e.g. pass LTO warning flags through to the linker.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 .../speech-dispatcher/speech-dispatcher-0.12.0-r1.ebuild           | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/app-accessibility/speech-dispatcher/speech-dispatcher-0.12.0-r1.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.12.0-r1.ebuild
index 055c9d5ffde6..a57709120f85 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.12.0-r1.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.12.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10..13} )
-inherit flag-o-matic python-r1 systemd
+inherit flag-o-matic libtool python-r1 systemd
 
 DESCRIPTION="Speech synthesis interface"
 HOMEPAGE="https://freebsoft.org/speechd";
@@ -37,6 +37,11 @@ BDEPEND="
        >=sys-devel/gettext-0.19.8
        virtual/pkgconfig"
 
+src_prepare() {
+       default
+       elibtoolize
+}
+
 src_configure() {
        # bug #944193
        append-cflags -std=gnu17

Reply via email to