dev-php/pecl-libevent: Replace php5-4 USE with php5-6
authorBrian Evans <grknight@gentoo.org>
Wed, 29 Jun 2016 17:20:52 +0000 (13:20 -0400)
committerBrian Evans <grknight@gentoo.org>
Wed, 29 Jun 2016 17:20:52 +0000 (13:20 -0400)
Builds fine with PHP 5.6 API

Package-Manager: portage-2.3.0

dev-php/pecl-libevent/pecl-libevent-0.1.0-r1.ebuild

index 025da6ae4ec14361681a735d76a7b8a729de280f..5109ed24a99e1cd01ad14948ad4e6a1830c7a304 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ PHP_EXT_NAME="libevent"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 
-USE_PHP="php5-5 php5-4"
+USE_PHP="php5-5 php5-6"
 inherit php-ext-pecl-r2
 
 KEYWORDS="~amd64 ~x86"