commit: 52166ebe5195a8ebbe90c47b9b19d190a1e48922 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Thu Oct 15 14:36:35 2020 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Mon Nov 9 14:01:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52166ebe
profiles/package.mask: mask dead scikits packages Closes: https://bugs.gentoo.org/741606 Closes: https://bugs.gentoo.org/702714 Closes: https://bugs.gentoo.org/725586 Closes: https://bugs.gentoo.org/685502 Closes: https://bugs.gentoo.org/668152 Closes: https://bugs.gentoo.org/749297 Closes: https://github.com/gentoo/gentoo/pull/17937 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 789b2c17828..34d94cb7346 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Benda Xu <[email protected]> (2020-11-09) +# dead packages with latest releases before 2013 these are superseded +# by other scikit packages scikit-optimize, sktime Removal in 30 days +# (Bug #749297) +sci-libs/scikits_optimization +sci-libs/scikits_timeseries + # Benda Xu <[email protected]> (2020-11-09) # sci-libs/mkl-rt is now subsumed by the updated sci-libs/mkl package # which also provides development header files and pkgconfig files
