The following sed line from the ebuild: find -type f -name Makefile.in -exec sed -i -r -e '/^\tinstall .*COPYING /d; /CFLAGS/s: (-O2|-ggdb) : :g' {} + || die Seems to remove every install line that contains a COPYING file. However, this also removes important documentation such as the profile templates, as can be seen from this line: https://github.com/netblue30/firejail/blob/master/Makefile.in#L135 These templates are referred to by /etc/firejail/default.profile, and should be present. The RELNOTES file that's installed by the same line would be nice to have as well.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d803f69cfa47d41fc40c82ac9296d419cbb030 commit 82d803f69cfa47d41fc40c82ac9296d419cbb030 Author: Hank Leininger <hlein@korelogic.com> AuthorDate: 2021-07-14 22:48:07 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-07-16 00:36:48 +0000 sys-apps/firejail: version bump Signed-off-by: Hank Leininger <hlein@korelogic.com> Closes: https://bugs.gentoo.org/801067 Closes: https://bugs.gentoo.org/790347 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/21646 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/firejail/Manifest | 1 + sys-apps/firejail/firejail-0.9.66.ebuild | 99 ++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+)