commit: f4fe63c94b105010912f658d49da7218d56696fa Author: Rafael Kitover <rkitover <AT> gmail <DOT> com> AuthorDate: Sat Oct 17 15:57:24 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Oct 31 09:47:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fe63c9
dev-ml/ocaml-gettext: remove hack for mandir dune.eclass now passes --mandir since 77211739823. Signed-off-by: Rafael Kitover <rkitover <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17957 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild index 037d67dddaa..d9e81851498 100644 --- a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild +++ b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild @@ -33,9 +33,4 @@ DEPEND=" src_install() { dune_src_install - - # Hack for now until we get --mandir in dune.eclass - cd "${ED}/usr/man" || die - doman man1/* man5/* - rm -r "${ED}/usr/man" || die }
