Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/
Date: Sun, 27 Sep 2020 14:15:37
Message-Id: 1601216113.5e694990beb3541c68d3f30bd751134087748db0.sam@gentoo
1 commit: 5e694990beb3541c68d3f30bd751134087748db0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 14:15:13 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 14:15:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e694990
7
8 dev-db/mongodb: Stabilize 4.2.8 amd64, #735276
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/mongodb/mongodb-4.2.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/mongodb/mongodb-4.2.8.ebuild b/dev-db/mongodb/mongodb-4.2.8.ebuild
16 index d304a761f6d..c0a0f5b5245 100644
17 --- a/dev-db/mongodb/mongodb-4.2.8.ebuild
18 +++ b/dev-db/mongodb/mongodb-4.2.8.ebuild
19 @@ -20,7 +20,7 @@ SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz"
20
21 LICENSE="Apache-2.0 SSPL-1"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64"
24 +KEYWORDS="amd64 ~arm64"
25 IUSE="debug kerberos libressl lto ssl test +tools"
26 RESTRICT="!test? ( test )"