summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-03 13:23:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 20:54:59 +0200
commita1b139f91157f39bac8b8d2a4a8675acbe5bf22a (patch)
tree4c3c6ce8e2bd85b31e76f4e882f8d6d092ab1659 /app-doc
parentapp-crypt/acme-sh: Use optfeature_header() instead of custom elog (diff)
downloadgentoo-a1b139f91157f39bac8b8d2a4a8675acbe5bf22a.tar.gz
gentoo-a1b139f91157f39bac8b8d2a4a8675acbe5bf22a.tar.bz2
gentoo-a1b139f91157f39bac8b8d2a4a8675acbe5bf22a.zip
app-doc/gnucash-docs: Fix optfeature descriptions
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/gnucash-docs/gnucash-docs-4.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/gnucash-docs/gnucash-docs-4.4.ebuild b/app-doc/gnucash-docs/gnucash-docs-4.4.ebuild
index 0dfaee290abc..858e91034767 100644
--- a/app-doc/gnucash-docs/gnucash-docs-4.4.ebuild
+++ b/app-doc/gnucash-docs/gnucash-docs-4.4.ebuild
@@ -60,6 +60,6 @@ src_install() {
}
pkg_postinst() {
- optfeature "You need dev-java/fop to generate pdf files." dev-java/fop
- optfeature "You need gnome-extra/yelp to view the docs." gnome-extra/yelp
+ optfeature "generating PDF files" dev-java/fop
+ optfeature "viewing the docs" gnome-extra/yelp
}