commit: 9a1f8fbc6aff8462bb83fc64488c050a966a26c6 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Oct 14 08:26:55 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon Oct 14 08:27:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1f8fbc
dev-libs/libevent: Drop eautoreconf Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> dev-libs/libevent/libevent-2.1.8.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-libs/libevent/libevent-2.1.8.ebuild b/dev-libs/libevent/libevent-2.1.8.ebuild index 95b9917355c..85d47d58908 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
