commit: a3e0c16b939e05e1089bd59915e51d71dc1c05d7 Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com> AuthorDate: Mon Aug 9 05:26:29 2021 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Tue Aug 10 08:52:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e0c16b
profiles/arch/riscv: mask ipython[qt5] ipython[qt5] -> qtconsole -> QtPy QtPy cannot be tested atm because QtPy[test] has a hard dependency on PyQt5[bluetooth] bluetooth is currently masked for ~riscv Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index c25da473809..49d0a2aa0c3 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,12 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alex Fan <[email protected]> (2021-08-09) +# ipython[qt5] depends on qtconsole, which depends on QtPy. +# QtPy cannot be tested atm because QtPy[test] has a hard +# dependency on PyQt5[bluetooth]. +dev-python/ipython qt5 + # Alex Fan <[email protected]> (2021-08-08) # portaudio & pulseaudio are not tested yet app-accessibility/espeak portaudio
