commit: f0345eba426341ea384cf2a5fbb2edcd39bef0b7
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 6 05:00:02 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jan 6 05:00:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0345eba
dev-php/pecl-mongodb: minor ebuild cleanup.
Package-Manager: portage-2.3.0
dev-php/pecl-mongodb/pecl-mongodb-1.1.8.ebuild | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.1.8.ebuild
b/dev-php/pecl-mongodb/pecl-mongodb-1.1.8.ebuild
index 9c0db98..37965d8 100644
--- a/dev-php/pecl-mongodb/pecl-mongodb-1.1.8.ebuild
+++ b/dev-php/pecl-mongodb/pecl-mongodb-1.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -31,7 +31,12 @@ RDEPEND="
DEPEND="${RDEPEND} virtual/pkgconfig"
src_configure() {
- local PHP_EXT_ECONF_ARGS=( --enable-mongodb --with-libbson
--with-libmongoc )
- PHP_EXT_ECONF_ARGS+=( --with-pcre-dir=$(usex pcre yes no)
--with-mongodb-sasl=$(usex sasl yes no) )
+ local PHP_EXT_ECONF_ARGS=(
+ --enable-mongodb
+ --with-libbson
+ --with-libmongoc
+ --with-pcre-dir=$(usex pcre)
+ --with-mongodb-sasl=$(usex sasl)
+ )
php-ext-source-r3_src_configure
}