diff options
author | 2017-09-28 11:18:07 +0200 | |
---|---|---|
committer | 2017-10-13 10:33:15 +0200 | |
commit | 68ae0a5e3a71bf3796cd642cbb5e9ee8529ca817 (patch) | |
tree | 20197a6070314a11e4cfad5e7752038ec937b2ba /app-admin/mongo-tools | |
parent | dev-db/mongodb: prevent privilege escalation (bug #631000) (diff) | |
download | gentoo-68ae0a5e3a71bf3796cd642cbb5e9ee8529ca817.tar.gz gentoo-68ae0a5e3a71bf3796cd642cbb5e9ee8529ca817.tar.bz2 gentoo-68ae0a5e3a71bf3796cd642cbb5e9ee8529ca817.zip |
app-admin/mongo-tools: use local variable
dev-db/mongodb: drop obsolete yaml-cpp dependency
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5763
Diffstat (limited to 'app-admin/mongo-tools')
-rw-r--r-- | app-admin/mongo-tools/mongo-tools-3.4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/mongo-tools/mongo-tools-3.4.9.ebuild b/app-admin/mongo-tools/mongo-tools-3.4.9.ebuild index c93fd9f4bac5..ba96c8cbca32 100644 --- a/app-admin/mongo-tools/mongo-tools-3.4.9.ebuild +++ b/app-admin/mongo-tools/mongo-tools-3.4.9.ebuild @@ -44,7 +44,7 @@ src_prepare() { } src_compile() { - declare -a myconf + local myconf=() if use sasl; then myconf+=(sasl) |