Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/
Date: Tue, 13 Feb 2018 20:46:54
Message-Id: 1518554800.9f5152058162eb14555e21f97344b6627874546b.prometheanfire@gentoo
1 commit: 9f5152058162eb14555e21f97344b6627874546b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 20:45:54 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 20:46:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f515205
7
8 profiles/arch/arm64: mask scipy for networkx
9
10 profiles/arch/arm64/package.use.mask | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
14 index 2031ffe7366..2c3fffff7eb 100644
15 --- a/profiles/arch/arm64/package.use.mask
16 +++ b/profiles/arch/arm64/package.use.mask
17 @@ -1,6 +1,10 @@
18 # Copyright 1999-2018 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 +# Matthew Thode <prometheanfire@g.o> (13 Feb 2018)
22 +# USE=scipy requires scipy, which is not keyworded yet
23 +dev-python/networkx scipy
24 +
25 # Matthew Thode <prometheanfire@g.o> (13 Feb 2018)
26 # USE=mongodb requires dev-python/pymongo
27 # which requires dev-db/mongodb which are both not keyworded yet.