From: Jeroen Roovers Date: Mon, 14 Oct 2019 08:26:55 +0000 (+0200) Subject: dev-libs/libevent: Drop eautoreconf X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9a1f8fbc6aff8462bb83fc64488c050a966a26c6;p=gentoo.git dev-libs/libevent: Drop eautoreconf Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers --- diff --git a/dev-libs/libevent/libevent-2.1.8.ebuild b/dev-libs/libevent/libevent-2.1.8.ebuild index 95b9917355c9..85d47d58908c 100644 --- a/dev-libs/libevent/libevent-2.1.8.ebuild +++ b/dev-libs/libevent/libevent-2.1.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils multilib-minimal +inherit eutils multilib-minimal DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor" HOMEPAGE="https://libevent.org/ https://github.com/libevent/libevent/" @@ -31,11 +31,6 @@ MULTILIB_WRAPPED_HEADERS=( S=${WORKDIR}/${P}-stable -src_prepare() { - default - eautoreconf -} - multilib_src_configure() { # fix out-of-source builds mkdir -p test || die