commit: 32c9f9ab06feac9a5ca949231db7ebefe786b3f2 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sun Jan 29 10:19:24 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 10:20:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32c9f9ab
profiles: mask sys-apps/paludis Also add a missing date for an old mask and remove a comment that was preventing `pkgdev mask` from working. Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> profiles/package.mask | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 892045cba..945572977 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -14,6 +14,11 @@ # New entries go on top. +# Viorel Munteanu <[email protected]> (2023-01-29) +# Very outdated live version +# See also this discussion: https://github.com/gentoo/guru/commit/10a1f43a0ebe867718744de54cb17fde32e4c329 +sys-apps/paludis + # Julien Roy <[email protected]> (2023-01-28) # Depends on <dev-python/rich-13, which is no longer available in ::gentoo # Masked for removal in 30 days @@ -60,13 +65,12 @@ sys-power/gwe dev-cpp/fbthrift dev-cpp/fizz dev-cpp/wangle -# Depends on above sys-fs/dwarfs # Andrew Ammerlaan <[email protected]> (2022-09-08) # depends on removed dev-haskell/pandoc-citeproc dev-python/pypandoc -# Viorel Munteanu <[email protected]> +# Viorel Munteanu <[email protected]> (2022-08-03) # depends on dev-python/PyQt6, which is currently masked with all of qt6 >=net-misc/maestral-qt-1.6.0
