commit: a117a1ee4e2ab9802a4555e0e1be5f85951c15c2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 15 20:18:03 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 15 20:18:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a117a1ee
dev-libs/libstrophe: drop unnecessary eautoreconf As indicated by the comment, it was only needed for the tests patch, and that was merged upstream before 0.13.1. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libstrophe/libstrophe-0.13.1.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/dev-libs/libstrophe/libstrophe-0.13.1.ebuild b/dev-libs/libstrophe/libstrophe-0.13.1.ebuild index 87c2bbe4a43f..9de62974e612 100644 --- a/dev-libs/libstrophe/libstrophe-0.13.1.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.13.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools flag-o-matic +inherit flag-o-matic DESCRIPTION="A simple, lightweight C library for writing XMPP clients" HOMEPAGE="https://strophe.im/libstrophe/" @@ -30,13 +30,6 @@ BDEPEND=" DOCS=( ChangeLog ) -src_prepare() { - default - - # tests patch touches Makefile.am, need to regenerate to avoid maintainer mode - eautoreconf -} - src_configure() { # bug #944913 append-cflags -std=gnu17
