Skip to content

Commit

Permalink
dev-php/pecl-eio: Revbump for php 7.2
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.28, Repoman-2.3.9
  • Loading branch information
Brian Evans committed Apr 6, 2018
1 parent a5dac13 commit 6121cff
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PHP_EXT_NAME="eio"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS=( README.md )

USE_PHP="php5-6 php7-0 php7-1 php7-2"
inherit php-ext-pecl-r3

KEYWORDS="~amd64 ~x86"
LICENSE="PHP-3.01"

DESCRIPTION="PHP wrapper for libeio library"
LICENSE="PHP-3"
SLOT="0"
IUSE="debug"

src_configure() {
local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)"
php-ext-source-r3_src_configure
}

0 comments on commit 6121cff

Please sign in to comment.