commit: ad6374850e9b965dd948b49e992cb8e960a641af Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 23 14:36:43 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 23 14:52:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad637485
package.mask: Last rite app-forensics/libewf Bug: https://bugs.gentoo.org/927076 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ profiles/package.mask | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index ac1edb074997..ed3025f7727e 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <[email protected]> (2024-04-23) +# app-forensics/libewf is being removed (TestDisk does not build +# successfully with our version anyway). +app-admin/testdisk ewf + # Mike Gilbert <[email protected]> (2024-04-18) # Wayland client is broken/deprecated by upstream. Bug 930197. >=net-misc/freerdp-3 wayland diff --git a/profiles/package.mask b/profiles/package.mask index fff3d61a352e..afc8ea11cc1f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2024-04-23) +# Unmaintained in Gentoo and seriously outdated. Its only reverse +# dependency is app-admin/testdisk, and the current TestDisk versions +# do not build against this version anyway +# Removal on 2024-05-23. Bug #927076. +app-forensics/libewf + # Michał Górny <[email protected]> (2024-04-23) # Superseded by dev-python/tinycss2. No revdeps. # Removal on 2024-05-23. Bug #930503.
