diff options
-rw-r--r-- | dev-php/pecl-mongo/pecl-mongo-1.6.14-r1.ebuild (renamed from dev-php/pecl-mongo/pecl-mongo-1.6.14.ebuild) | 4 |
1 files 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 index 633317749fac..708ad745213a 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 |