Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mongo-tools/
Date: Thu, 03 Dec 2020 04:34:55
Message-Id: 1606970061.b7215d58c210f0b250eaf2ac0078299fc4ad3a3a.sam@gentoo
1 commit: b7215d58c210f0b250eaf2ac0078299fc4ad3a3a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 04:34:21 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 04:34:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7215d58
7
8 app-admin/mongo-tools: Stabilize 100.2.0 amd64, #758104
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-admin/mongo-tools/mongo-tools-100.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/mongo-tools/mongo-tools-100.2.0.ebuild b/app-admin/mongo-tools/mongo-tools-100.2.0.ebuild
16 index a60bc8a3e1a..1a7e7c94b87 100644
17 --- a/app-admin/mongo-tools/mongo-tools-100.2.0.ebuild
18 +++ b/app-admin/mongo-tools/mongo-tools-100.2.0.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mongodb/mongo-tools/archive/${PV}.tar.gz -> ${P}.tar
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64"
24 +KEYWORDS="amd64 ~arm64"
25 IUSE="sasl ssl"
26
27 DEPEND="dev-lang/go:=