commit:     1cdb77240b3666ec67797b663bf06ec14712a58a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:08:16 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 11:08:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdb7724

dev-libs/libevent: Update live ebuild.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libevent/libevent-9999.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-libs/libevent/libevent-9999.ebuild 
b/dev-libs/libevent/libevent-9999.ebuild
index c807cd3..f17897d 100644
--- a/dev-libs/libevent/libevent-9999.ebuild
+++ b/dev-libs/libevent/libevent-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit autotools eutils git-r3 libtool multilib-minimal
+EAPI=6
+inherit autotools eutils git-r3 multilib-minimal
 
 DESCRIPTION="A library to execute a function when a specific event occurs on a 
file descriptor"
 HOMEPAGE="http://libevent.org/";
@@ -29,6 +29,7 @@ MULTILIB_WRAPPED_HEADERS=(
 )
 
 src_prepare() {
+       default
        eautoreconf
 }
 
@@ -48,10 +49,7 @@ multilib_src_configure() {
 }
 
 src_test() {
-       # The test suite doesn't quite work (see bug #406801 for the latest
-       # installment in a riveting series of reports).
-       :
-       # emake -C test check | tee "${T}"/tests
+       emake -C test check | tee "${T}"/tests
 }
 
 DOCS=( ChangeLog{,-1.4,-2.0} )

Reply via email to