commit: 240518f4ce39d705324828c8952dd1911c3d545b
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 5 01:04:30 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jan 5 01:04:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240518f4
dev-php/pecl-mongo: new revision 1.6.14-r1 dropping php:5.5 support.
Package-Manager: portage-2.3.0
.../{pecl-mongo-1.6.14.ebuild => pecl-mongo-1.6.14-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-php/pecl-mongo/pecl-mongo-1.6.14.ebuild
b/dev-php/pecl-mongo/pecl-mongo-1.6.14-r1.ebuild
similarity index 82%
rename from dev-php/pecl-mongo/pecl-mongo-1.6.14.ebuild
rename to dev-php/pecl-mongo/pecl-mongo-1.6.14-r1.ebuild
index 6333177..708ad74 100644
--- a/dev-php/pecl-mongo/pecl-mongo-1.6.14.ebuild
+++ b/dev-php/pecl-mongo/pecl-mongo-1.6.14-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PHP_EXT_NAME="mongo"
-USE_PHP="php5-5 php5-6"
+USE_PHP="php5-6"
DOCS=( README.md )
inherit php-ext-pecl-r3