commit: 8f5e310296602eb494472854e91e4fd77e5f3795 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Jun 26 00:17:38 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun Jun 26 02:31:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f5e3102
profiles: account for m2r removal Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> profiles/package.mask | 5 +++++ profiles/package.use.mask | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 0afc4127b..35ec0f25f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -65,3 +65,8 @@ net-mail/remail # Andrew Ammerlaan <[email protected]> (2022-06-18) # depends on non-existent dev-java/guava:20 dev-java/gradle-hashing + +# Alessandro Barbieri <[email protected]> (2022-06-26) +# depends on non-existent dev-python/m2r +# https://github.com/jaysonsantos/python-binary-memcached/issues/249 +dev-python/python-binary-memcached diff --git a/profiles/package.use.mask b/profiles/package.use.mask index a4539c716..7f31b8a56 100644 --- a/profiles/package.use.mask +++ b/profiles/package.use.mask @@ -65,3 +65,7 @@ media-libs/skia ffmpeg # cmake failure # https://github.com/mfem/mfem/issues/2243 sci-libs/mfem netcdf + +# Alessandro Barbieri <[email protected]> (2022-06-26) +# depend on masked dev-python/python-binary-memcached +dev-python/oslo-cache test
