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, 02 Jun 2022 04:00:22
Message-Id: 1654142391.174f02e27a1801443717a2df1a3a7c8b2fdf9111.sam@gentoo
1 commit: 174f02e27a1801443717a2df1a3a7c8b2fdf9111
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 03:59:51 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 03:59:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174f02e2
7
8 app-admin/mongo-tools: Stabilize 100.5.1 amd64, #849053
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-admin/mongo-tools/mongo-tools-100.5.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/mongo-tools/mongo-tools-100.5.1.ebuild b/app-admin/mongo-tools/mongo-tools-100.5.1.ebuild
16 index 5431dc042cab..5fdee0d14afe 100644
17 --- a/app-admin/mongo-tools/mongo-tools-100.5.1.ebuild
18 +++ b/app-admin/mongo-tools/mongo-tools-100.5.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mongodb/mongo-tools/archive/${PV}.tar.gz -> ${P}.tar
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm64 ~riscv"
30 +KEYWORDS="amd64 ~arm64 ~riscv"
31 IUSE="sasl ssl"
32
33 DEPEND="dev-lang/go:=