commit: d26cc6ee80638c97f02c2002518fa50d4cdb3316 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sat Apr 18 15:03:30 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 31 09:44:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26cc6ee
app-misc/hivex: remove obsolete man handling Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/15395 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-misc/hivex/hivex-1.3.18.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app-misc/hivex/hivex-1.3.18.ebuild b/app-misc/hivex/hivex-1.3.18.ebuild index da2e2b6fae0..dad58992eb7 100644 --- a/app-misc/hivex/hivex-1.3.18.ebuild +++ b/app-misc/hivex/hivex-1.3.18.ebuild @@ -105,8 +105,4 @@ src_install() { if use perl; then perl_delete_localpod fi - - #can't figure out a better way to do this - mv "${ED}"/usr/man/man3/* "${ED}/usr/share/man/man3/" || die - rm -r "${ED}/usr/man" || die }
