dev-util/cvise: add app-misc/colordiff optfeature

For colorful --print-diff.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-08-28 20:42:00 +01:00
parent 499d440ea7
commit 224b4ff460

View File

@@ -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
}