mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user