diff options
author | 2021-01-12 16:49:16 +0000 | |
---|---|---|
committer | 2021-01-12 16:49:19 +0000 | |
commit | a49b45cddb793a5c91e428c945819fadf2632c88 (patch) | |
tree | a60f95e0330aa841573066e930e941e32ef254af /app-text/djvu | |
parent | dev-python/pikepdf: bump to 2.3.0 (diff) | |
download | gentoo-a49b45cddb793a5c91e428c945819fadf2632c88.tar.gz gentoo-a49b45cddb793a5c91e428c945819fadf2632c88.tar.bz2 gentoo-a49b45cddb793a5c91e428c945819fadf2632c88.zip |
app-text/djvu: optfeature, xdg
Closes: https://bugs.gentoo.org/765124
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/djvu')
-rw-r--r-- | app-text/djvu/djvu-3.5.28.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/djvu/djvu-3.5.28.ebuild b/app-text/djvu/djvu-3.5.28.ebuild index 5bbebac0309b..4c1572488ac4 100644 --- a/app-text/djvu/djvu-3.5.28.ebuild +++ b/app-text/djvu/djvu-3.5.28.ebuild @@ -59,7 +59,8 @@ src_install() { } pkg_postinst() { - xdg_postinst + xdg_pkg_postinst - optfeature "For djviewer or browser plugin" app-text/djview + elog "For additional features, you may wish to install" + optfeature "for djviewer or browser plugin" app-text/djview } |