diff --git a/dev-util/cvise/cvise-9999.ebuild b/dev-util/cvise/cvise-9999.ebuild index 900685684583e..958e14f963451 100644 --- a/dev-util/cvise/cvise-9999.ebuild +++ b/dev-util/cvise/cvise-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{11..13} ) LLVM_COMPAT=( {16..21} ) -inherit cmake llvm-r2 python-single-r1 +inherit cmake llvm-r2 optfeature python-single-r1 DESCRIPTION="Super-parallel Python port of the C-Reduce" HOMEPAGE="https://github.com/marxin/cvise" @@ -81,3 +81,7 @@ src_install() { python_fix_shebang "${ED}" } + +pkg_postinst() { + optfeature "colorful --print-diff support" app-misc/colordiff +}