commit:     ef150e8d8e8ec3ffcf2345cdbf83d37f25b19029
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Thu Mar 30 23:53:12 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 15:49:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef150e8d

app-text/enchant: Add missing dependency on groff

The build depends on groff:

  groff -mandoc -Thtml enchant-2.1 > enchant-2.html
  /bin/sh: groff: inaccessible or not found
  make[2]: *** [Makefile:1500: enchant-2.html] Error 127

Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/30417
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-text/enchant/enchant-2.3.4.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-text/enchant/enchant-2.3.4.ebuild 
b/app-text/enchant/enchant-2.3.4.ebuild
index 43a1139998cb..855fcb64b74b 100644
--- a/app-text/enchant/enchant-2.3.4.ebuild
+++ b/app-text/enchant/enchant-2.3.4.ebuild
@@ -28,7 +28,10 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
        test? ( >=dev-libs/unittest++-2.0.0-r2 )
 "
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+       sys-apps/groff
+       virtual/pkgconfig
+"
 
 src_configure() {
        local myconf=(

Reply via email to