commit: 4ed31b6d76025d5c2a9aa0883a872fc6bbfd1f12 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Fri Feb 9 12:49:09 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Sat Feb 10 11:39:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ed31b6d
app-text/tldr: fix man USE flag Closes: https://bugs.gentoo.org/924148 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> app-text/tldr/tldr-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/tldr/tldr-3.2.0.ebuild b/app-text/tldr/tldr-3.2.0.ebuild index dce4027d8e..bc86dde4d3 100644 --- a/app-text/tldr/tldr-3.2.0.ebuild +++ b/app-text/tldr/tldr-3.2.0.ebuild @@ -40,7 +40,7 @@ src_prepare() { } src_compile() { - emake -C docs + use man && emake -C docs distutils-r1_src_compile }
