dev-libs/libevent: Drop eautoreconf
authorJeroen Roovers <jer@gentoo.org>
Mon, 14 Oct 2019 08:26:55 +0000 (10:26 +0200)
committerJeroen Roovers <jer@gentoo.org>
Mon, 14 Oct 2019 08:27:49 +0000 (10:27 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
dev-libs/libevent/libevent-2.1.8.ebuild

index 95b9917355c98466b49dbf650f400967a410cdc1..85d47d58908c6515e01856583bef5d992699bfcf 100644 (file)
@@ -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