public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuev/
Date: Mon, 18 Oct 2021 04:12:25 +0000 (UTC)	[thread overview]
Message-ID: <1634530310.75ca7040aaa9a72ddf3beeb0f4771bcefa252c14.sam@gentoo> (raw)

commit:     75ca7040aaa9a72ddf3beeb0f4771bcefa252c14
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 18 04:11:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 18 04:11:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ca7040

dev-libs/libuev: call eautoreconf for patches

Needed for patches to *.am, *.ac, etc to be
(safely) effective (avoid maintainer mode
invocation).

Closes: https://bugs.gentoo.org/806604
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libuev/libuev-2.3.2-r1.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libuev/libuev-2.3.2-r1.ebuild b/dev-libs/libuev/libuev-2.3.2-r1.ebuild
index 2cd8e6b9f81..f8a20c0605f 100644
--- a/dev-libs/libuev/libuev-2.3.2-r1.ebuild
+++ b/dev-libs/libuev/libuev-2.3.2-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit autotools
+
 DESCRIPTION="Lightweight event loop library for Linux epoll() family APIs"
 HOMEPAGE="https://github.com/troglobit/libuev"
 SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
@@ -15,7 +17,14 @@ IUSE="static-libs"
 PATCHES=(
 	"${FILESDIR}/${PN}"-fix-tests.patch
 	"${FILESDIR}/${PN}"-large-files-fix.patch
-	)
+)
+
+src_prepare() {
+	default
+
+	# Needed for glibc/LFS patches
+	eautoreconf
+}
 
 src_configure() {
 	econf --enable-static=$(usex static-libs)


             reply	other threads:[~2021-10-18  4:12 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-18  4:12 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-09  8:42 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuev/ Arthur Zamarin
2024-01-07 13:41 Conrad Kostecki
2022-08-11 14:04 Yixun Lan
2021-12-25 23:20 Sam James
2021-12-25 23:20 Sam James
2021-12-25 23:20 Sam James
2021-05-09  4:42 Sam James
2021-03-16  6:54 Joonas Niilola
2021-03-16  6:54 Joonas Niilola
2020-02-27 13:54 Joonas Niilola
2020-02-27 13:54 Joonas Niilola
2019-10-09  5:22 Joonas Niilola
2018-10-10 22:00 Patrice Clement
2018-05-16  8:10 Michał Górny
2017-12-07 10:29 Michael Palimaka
2017-12-07 10:15 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1634530310.75ca7040aaa9a72ddf3beeb0f4771bcefa252c14.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox