summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-31 00:16:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-31 00:21:04 +0100
commit21b16c5cb6af95fc01e1120a02b5bc60b658e2af (patch)
tree9df724d36742c0f03043192c34d64e6898862ce0
parentnet-analyzer/linkchecker: Drop USE=X (diff)
downloadgentoo-21b16c5c.tar.gz
gentoo-21b16c5c.tar.bz2
gentoo-21b16c5c.zip
net-analyzer/linkchecker: optfeature to pkg_postinst
Package-Manager: Portage-2.3.21, Repoman-2.3.6
-rw-r--r--net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild b/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild
index 2587e19ebf2b..19003ce32e1e 100644
--- a/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild
+++ b/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild
@@ -60,6 +60,9 @@ python_install_all() {
docinto html
dodoc doc/html/*
newbashcomp config/linkchecker-completion ${PN}
+}
+
+pkg_postinst() {
optfeature "bash-completion support" dev-python/argcomplete[${PYTHON_USEDEP}]
optfeature "Virus scanning" app-antivirus/clamav
optfeature "Geo IP support" dev-python/geoip-python[${PYTHON_USEDEP}]