Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/lsiutil/
Date: Tue, 27 Oct 2020 17:50:04
Message-Id: 1603820982.b52eaeb66080925dbd12de6f34b76bd28b1e9306.whissi@gentoo
1 commit: b52eaeb66080925dbd12de6f34b76bd28b1e9306
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 17:49:42 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 17:49:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52eaeb6
7
8 sys-block/lsiutil: set QA_PREBUILT
9
10 Closes: https://bugs.gentoo.org/751460
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 sys-block/lsiutil/lsiutil-1.62-r3.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-block/lsiutil/lsiutil-1.62-r3.ebuild b/sys-block/lsiutil/lsiutil-1.62-r3.ebuild
18 index 9efcadaec79..1208722bd95 100644
19 --- a/sys-block/lsiutil/lsiutil-1.62-r3.ebuild
20 +++ b/sys-block/lsiutil/lsiutil-1.62-r3.ebuild
21 @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~ia64 ~x86"
22 RESTRICT="mirror bindist"
23
24 BDEPEND="app-arch/unzip"
25 -QA_PRESTRIPPED="/opt/bin/lsiutil"
26 +
27 +QA_PREBUILT="*"
28
29 S="${WORKDIR}"