summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-03-27 11:05:07 -0400
committerBrian Evans <grknight@gentoo.org>2018-03-27 14:18:54 -0400
commit61a2784cb75cb9788b72cecb157c57396dbd6aa2 (patch)
tree25119ef7fe15e242068d7ff88bd64a7806f3a5b9
parentdev-libs/klibc: workaround for parallel make error (diff)
downloadgentoo-61a2784cb75cb9788b72cecb157c57396dbd6aa2.tar.gz
gentoo-61a2784cb75cb9788b72cecb157c57396dbd6aa2.tar.bz2
gentoo-61a2784cb75cb9788b72cecb157c57396dbd6aa2.zip
dev-php/pecl-uuid: Revision bump to add php7-1 and php7-2 USE
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild (renamed from dev-php/pecl-uuid/pecl-uuid-1.0.4-r1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-uuid/pecl-uuid-1.0.4-r1.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild
index 2ffa46b3318c..7a7a10100158 100644
--- a/dev-php/pecl-uuid/pecl-uuid-1.0.4-r1.ebuild
+++ b/dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -8,7 +8,7 @@ PHP_EXT_INIT="yes"
PHP_EXT_ZENDEXT="no"
DOCS=( CREDITS )
-USE_PHP="php7-0 php5-6"
+USE_PHP="php5-6 php7-0 php7-1 php7-2"
inherit php-ext-pecl-r3