[app-admin/mongo-tools] bump

This commit is contained in:
Robert Förster 2023-09-01 22:33:41 +02:00
parent e21a5c6809
commit 463119a925
2 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
DIST mongo-tools-100.6.1.tar.gz 4411521 BLAKE2B acb23cb2b3cf6264e98ab2415a31bdf8a6d34f2c9fb16ba92e0a0392387eb8c4a39c610a781746e008d9a9c70e1660826949283e80fef83e9704b9a8dabf3a9d SHA512 05b769d17c3d998eca0ebedf41f5b5dd1435ee75fbccd6123f00d9f76df0156df2df5ffeacf7b87e98ff76ba17f70eab98971ab7bacc25e2c0a3f3e918a05b61
DIST mongo-tools-100.8.0.tar.gz 4630312 BLAKE2B db1e11ff197df0b945f170766058773b895a30904693b4d88563973f6dd7b39c56ce6220272ec031a641c370a59e679bc9bdb00c351af2e98bca317966f445ce SHA512 ca7e55943a018641daff141812a7e738fbcf9e08781c76b3e05d1fc19dbe23c7d42ca9967adb72cfa2c2e2611e0a6ee81ee872f5a00aa45ff57a496e4a417e84

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -15,7 +15,9 @@ IUSE="kerberos sasl ssl"
DEPEND="dev-lang/go:=
kerberos? ( app-crypt/mit-krb5 )
sasl? ( dev-libs/cyrus-sasl )
ssl? ( dev-libs/openssl:0= )"
ssl? ( dev-libs/openssl:0= )
"
BDEPEND="dev-lang/go:="
# Do not complain about CFLAGS etc since go projects do not use them.
QA_FLAGS_IGNORED='.*'