commit:     4aa16673c242c95de13c1d5f5831fc5dc6a57a14
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 14:26:14 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 14:26:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa16673

net-irc/ircii: restore parallel install workaround

Closes: https://bugs.gentoo.org/904881

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 net-irc/ircii/ircii-20221016.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/net-irc/ircii/ircii-20221016.ebuild 
b/net-irc/ircii/ircii-20221016.ebuild
index 1616f0f974f2..8a4f77fc935a 100644
--- a/net-irc/ircii/ircii-20221016.ebuild
+++ b/net-irc/ircii/ircii-20221016.ebuild
@@ -31,3 +31,10 @@ src_configure() {
        tc-export CC
        econf $(use_with lto)
 }
+
+src_install() {
+       # Still needed as of 20221016, otherwise man dirs don't exist
+       # at the right time.
+       emake -j1 DESTDIR="${D}" install
+       einstalldocs
+}

Reply via email to