commit: cf8e9d3b0a683e46d6d26d529f4c03b2f748cced Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Wed Apr 4 11:10:50 2018 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Wed Apr 4 11:22:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8e9d3b
app-forensics/sleuthkit: unmask ewf USE flag for >=4.6.0 Starting with 4.6.0, we statically link sleuthkit to a locally complied libewf since it is getting tree-cleaned (#547418). Mask the USE flag in prior versions. See the commit message for the sleuthkit 4.6.0 bump for more details. This partially reverts commit 37d9e41ab5c6fb2031aefdeb7af72a7354472031. The mask was put in place without it being communicated to the maintainer. Bug: https://bugs.gentoo.org/547418 Bug: https://bugs.gentoo.org/607968 profiles/base/package.use.mask | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b051919d7bf..fa48663d0ae 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Göktürk Yüksek <[email protected]> (4 Apr 2018) +# libewf is getting treecleaned (#547418). +# Starting with sleuthkit-4.6.0, we statically link sleuthkit to a +# locally compiled libewf. Mask the prior versions. +<app-forensics/sleuthkit-4.6.0 ewf + # Mart Raudsepp <[email protected]> (1 Apr 2018) # rust[extended] file collides with dev-util/cargo, while everything # in tree uses the latter at the moment (#645562) @@ -62,7 +68,6 @@ app-emulation/fuse backend-svga # Pacho Ramos <[email protected]> (13 Mar 2018) # libewf is going to be removed, bug #547418 app-admin/testdisk ewf -app-forensics/sleuthkit ewf # Patrick McLean <[email protected]> (6 Mar 2018) # Requires dev-libs/boost-1.66 that is unkeyworded/masked
