diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:21:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:03 +0200 |
commit | ee9246c848641d963bf322cf3805514bc196be88 (patch) | |
tree | fc8b575bbdd50cf113338664620c7ed19771cadf /dev-util/catalyst | |
parent | dev-python/pylatex: Drop superfluous optfeature header (diff) | |
download | gentoo-ee9246c848641d963bf322cf3805514bc196be88.tar.gz gentoo-ee9246c848641d963bf322cf3805514bc196be88.tar.bz2 gentoo-ee9246c848641d963bf322cf3805514bc196be88.zip |
dev-util/catalyst: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/catalyst')
-rw-r--r-- | dev-util/catalyst/catalyst-9999.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 77444cb250bc..989f9cf1c4bf 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -105,8 +105,6 @@ python_install_all() { pkg_postinst() { if [[ -z ${REPLACING_VERSIONS} ]]; then - elog - elog "You may consider installing the following optional packages:" optfeature "ccache support" dev-util/ccache fi } |