Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/macchina/
Date: Fri, 14 Jan 2022 23:21:23
Message-Id: 1642163404.fad070e2bcddd98b8fc4fa814339bfd353642a1d.telans@gentoo
1 commit: fad070e2bcddd98b8fc4fa814339bfd353642a1d
2 Author: Luciano Degni <degni.public <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 14 12:30:04 2022 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Fri Jan 14 12:30:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fad070e2
7
8 app-misc/macchina: Remove wrong use flag
9
10 Signed-off-by: Luciano Degni <degni.public <AT> gmail.com>
11
12 app-misc/macchina/macchina-6.0.5.ebuild | 6 ------
13 1 file changed, 6 deletions(-)
14
15 diff --git a/app-misc/macchina/macchina-6.0.5.ebuild b/app-misc/macchina/macchina-6.0.5.ebuild
16 index 03bb52541..be50aa0de 100644
17 --- a/app-misc/macchina/macchina-6.0.5.ebuild
18 +++ b/app-misc/macchina/macchina-6.0.5.ebuild
19 @@ -184,8 +184,6 @@ RDEPEND="${DEPEND}"
20
21 QA_FLAGS_IGNORED="usr/bin/.*"
22
23 -IUSE="strip"
24 -
25 src_compile() {
26 cargo_src_compile
27 }
28 @@ -193,10 +191,6 @@ src_compile() {
29 src_install() {
30 dodoc CHANGELOG.txt CONTRIBUTING.md README.md
31 cd target/release || die
32 - if use strip ; then
33 - einfo "Strip macchina bin"
34 - strip macchina
35 - fi
36 dobin macchina
37 }