app-misc/macchina: Remove wrong use flag

Signed-off-by: Luciano Degni <degni.public@gmail.com>
This commit is contained in:
Luciano Degni
2022-01-14 13:30:04 +01:00
parent cadcf5cb4a
commit fad070e2bc

View File

@@ -184,8 +184,6 @@ RDEPEND="${DEPEND}"
QA_FLAGS_IGNORED="usr/bin/.*"
IUSE="strip"
src_compile() {
cargo_src_compile
}
@@ -193,10 +191,6 @@ src_compile() {
src_install() {
dodoc CHANGELOG.txt CONTRIBUTING.md README.md
cd target/release || die
if use strip ; then
einfo "Strip macchina bin"
strip macchina
fi
dobin macchina
}