diff options
author | Brian Evans <grknight@gentoo.org> | 2020-01-23 12:59:32 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-01-23 13:38:48 -0500 |
commit | c9e69f488e8a44792589d432f5cb16803fa05214 (patch) | |
tree | bc22f4e92279454a58e3f3cb3c867927bec0fb1e /dev-php | |
parent | dev-php/pecl-translit: Drop old (diff) | |
download | gentoo-c9e69f488e8a44792589d432f5cb16803fa05214.tar.gz gentoo-c9e69f488e8a44792589d432f5cb16803fa05214.tar.bz2 gentoo-c9e69f488e8a44792589d432f5cb16803fa05214.zip |
dev-php/pecl-zmq: Drop unsupported PHP slots from live build
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-zmq/pecl-zmq-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild index 2c4f8e58f714..9f9e778eb90c 100644 --- a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild +++ b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-2 php7-3 php7-4" inherit php-ext-pecl-r3 git-r3 |