diff options
author | Brian Evans <grknight@gentoo.org> | 2018-04-10 12:03:44 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-04-10 12:03:44 -0400 |
commit | bb52ad3c42af02c2578532d6280dcaaf424c6368 (patch) | |
tree | ba05a3436bd6b046cca5fd67b6318e5a911a8ce4 /dev-php/pecl-zmq | |
parent | dev-php/pecl-ssh2: Version bump to 1.1.2; update live build (diff) | |
download | gentoo-bb52ad3c42af02c2578532d6280dcaaf424c6368.tar.gz gentoo-bb52ad3c42af02c2578532d6280dcaaf424c6368.tar.bz2 gentoo-bb52ad3c42af02c2578532d6280dcaaf424c6368.zip |
dev-php/pecl-zmq: Revbump for PHP 7.2 support; update live build
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-php/pecl-zmq')
-rw-r--r-- | dev-php/pecl-zmq/pecl-zmq-1.1.3-r1.ebuild (renamed from dev-php/pecl-zmq/pecl-zmq-1.1.3.ebuild) | 4 | ||||
-rw-r--r-- | dev-php/pecl-zmq/pecl-zmq-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/pecl-zmq/pecl-zmq-1.1.3.ebuild b/dev-php/pecl-zmq/pecl-zmq-1.1.3-r1.ebuild index 13dbe35d525e..f11a7b1e8df9 100644 --- a/dev-php/pecl-zmq/pecl-zmq-1.1.3.ebuild +++ b/dev-php/pecl-zmq/pecl-zmq-1.1.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_PHP="php5-6 php7-0 php7-1" +USE_PHP="php5-6 php7-0 php7-1 php7-2" inherit php-ext-pecl-r3 diff --git a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild index 3cf1f7076c24..0045fcc8b0a7 100644 --- a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild +++ b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -USE_PHP="php5-6 php7-0 php7-1" +USE_PHP="php5-6 php7-0 php7-1 php7-2" inherit php-ext-pecl-r3 git-r3 |