summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-01-09 20:29:32 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2025-01-09 20:29:32 +0200
commitdad5846bf0759c94ac868f91648d1cf191c4e84b (patch)
tree4339c681088847e108d002ef624d619483f72e61 /net-news/newsboat
parentdev-python/pydantic: add 2.10.5 (diff)
downloadgentoo-dad5846bf0759c94ac868f91648d1cf191c4e84b.tar.gz
gentoo-dad5846bf0759c94ac868f91648d1cf191c4e84b.tar.bz2
gentoo-dad5846bf0759c94ac868f91648d1cf191c4e84b.zip
net-news/newsboat: fix build
Closes: https://bugs.gentoo.org/947755 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-news/newsboat')
-rw-r--r--net-news/newsboat/newsboat-2.38.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/net-news/newsboat/newsboat-2.38.ebuild b/net-news/newsboat/newsboat-2.38.ebuild
index 8adbc0aac2bd..44bfe22ad0b3 100644
--- a/net-news/newsboat/newsboat-2.38.ebuild
+++ b/net-news/newsboat/newsboat-2.38.ebuild
@@ -67,12 +67,7 @@ src_prepare() {
# for older lib versions.
sed -i -e "s/^check_ssl_implementation$//g" config.sh || die
- if use doc; then
- local docdir="${WORKDIR}/${PN}-docs-${PV}"
- mkdir doc/xhtml || die
- mv "${docdir}"/*.1 doc || die
- mv "${docdir}"/*.html doc/xhtml || die
- else
+ if use !doc; then
sed -i Makefile -e "s#^doc: .*#doc: doc/example-config#" || die
fi
}