Skip to content

Commit

Permalink
app-admin/mongo-tools: use local variable
Browse files Browse the repository at this point in the history
dev-db/mongodb: drop obsolete yaml-cpp dependency

Package-Manager: Portage-2.3.10, Repoman-2.3.3
Closes: gentoo#5763
  • Loading branch information
hydrapolic authored and ultrabug committed Oct 13, 2017
1 parent c309a1e commit 68ae0a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-admin/mongo-tools/mongo-tools-3.4.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ src_prepare() {
}

src_compile() {
declare -a myconf
local myconf=()

if use sasl; then
myconf+=(sasl)
Expand Down
2 changes: 1 addition & 1 deletion dev-db/mongodb/mongodb-3.2.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="debug kerberos libressl mms-agent ssl test +tools"

RDEPEND=">=app-arch/snappy-1.1.2
|| ( =dev-cpp/yaml-cpp-0.5.1 >dev-cpp/yaml-cpp-0.5.2 )
>dev-cpp/yaml-cpp-0.5.2
>=dev-libs/boost-1.57[threads(+)]
>=dev-libs/libpcre-8.39[cxx]
dev-libs/snowball-stemmer
Expand Down
2 changes: 1 addition & 1 deletion dev-db/mongodb/mongodb-3.2.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="debug kerberos libressl mms-agent ssl test +tools"

RDEPEND=">=app-arch/snappy-1.1.2
|| ( =dev-cpp/yaml-cpp-0.5.1 >dev-cpp/yaml-cpp-0.5.2 )
>dev-cpp/yaml-cpp-0.5.2
>=dev-libs/boost-1.57[threads(+)]
>=dev-libs/libpcre-8.39[cxx]
dev-libs/snowball-stemmer
Expand Down

0 comments on commit 68ae0a5

Please sign in to comment.