diff options
author | 2023-03-30 16:53:12 -0700 | |
---|---|---|
committer | 2023-03-31 11:49:51 -0400 | |
commit | ef150e8d8e8ec3ffcf2345cdbf83d37f25b19029 (patch) | |
tree | d8e3af8b244f24d99b1fb971a289ad9dc0194e10 /app-text/enchant | |
parent | dev-python/cheetah3: Bump to 3.3.1 (diff) | |
download | gentoo-ef150e8d8e8ec3ffcf2345cdbf83d37f25b19029.tar.gz gentoo-ef150e8d8e8ec3ffcf2345cdbf83d37f25b19029.tar.bz2 gentoo-ef150e8d8e8ec3ffcf2345cdbf83d37f25b19029.zip |
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@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/30417
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-text/enchant')
-rw-r--r-- | app-text/enchant/enchant-2.3.4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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=( |