commit: 2d6a83be4a46c384ddf31a3db2961869593b86b7 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Fri May 3 12:44:41 2019 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Fri May 3 12:53:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6a83be
profiles: mask >=dev-python/ipykernel-5 I'm about to push a change in ipykernel's dependency to operate a clean split between pre-py2-drop and post-py2-drop and because ipython-6+ is masked, we also need to mask ipykernel-5+. But hopefully, we'll be able to unmask them both soon. Bug: https://bugs.gentoo.org/684962 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org> profiles/package.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/package.mask b/profiles/package.mask index e2da2297064..5d7b09e8026 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -822,6 +822,7 @@ sys-devel/automake:1.8 # ipython-6 is python-3 only and causes circular dependencies # Unset python_targets_python2_7 for ipykernel and ipyparallel if needed. >=dev-python/ipython-6 +>=dev-python/ipykernel-5 # Kent Fredric <[email protected]> (21 Jul 2017) # Masked due to serious regression that introduces widespread data
