summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-10-14 16:20:53 -0700
committerMatt Turner <mattst88@gentoo.org>2020-10-14 16:22:31 -0700
commit770065afe985c7f3bc4a9a4f7f2e2a14eea027c4 (patch)
tree11d87c61d6ceb40ffbd219a32c356286beab8f83 /dev-util/catalyst
parentkde-plasma/plasma-disks: Keyword 5.20.0 arm, #748453 (diff)
downloadgentoo-770065afe985c7f3bc4a9a4f7f2e2a14eea027c4.tar.gz
gentoo-770065afe985c7f3bc4a9a4f7f2e2a14eea027c4.tar.bz2
gentoo-770065afe985c7f3bc4a9a4f7f2e2a14eea027c4.zip
dev-util/catalyst: Improve pkg_postinst()
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/catalyst')
-rw-r--r--dev-util/catalyst/catalyst-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
index 1edccfd19e6f..aa0697220ebd 100644
--- a/dev-util/catalyst/catalyst-9999.ebuild
+++ b/dev-util/catalyst/catalyst-9999.ebuild
@@ -94,5 +94,9 @@ python_install_all() {
}
pkg_postinst() {
- optfeature "ccache support" "dev-util/ccache"
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ elog
+ elog "You may consider installing the following optional packages:"
+ optfeature "ccache support" dev-util/ccache
+ fi
}