Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/hpssacli/
Date: Sun, 05 Jun 2022 13:23:46
Message-Id: 1654435414.4b14a0705c3bf986e452475e1643f7ccf14f11b5.flow@gentoo
1 commit: 4b14a0705c3bf986e452475e1643f7ccf14f11b5
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 13:12:03 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 13:23:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b14a070
7
8 sys-block/hpssacli: add RDEPEND on glibc and declare QA_FLAGS_IGNORED
9
10 Bug: https://bugs.gentoo.org/832932
11 Closes: https://bugs.gentoo.org/831404
12 Closes: https://bugs.gentoo.org/831405
13 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
14
15 .../{hpssacli-5.20.8.0.ebuild => hpssacli-5.20.8.0-r1.ebuild} | 8 ++++++++
16 1 file changed, 8 insertions(+)
17
18 diff --git a/sys-block/hpssacli/hpssacli-5.20.8.0.ebuild b/sys-block/hpssacli/hpssacli-5.20.8.0-r1.ebuild
19 similarity index 89%
20 rename from sys-block/hpssacli/hpssacli-5.20.8.0.ebuild
21 rename to sys-block/hpssacli/hpssacli-5.20.8.0-r1.ebuild
22 index d308b0033cd9..2ef2a8c78c93 100644
23 --- a/sys-block/hpssacli/hpssacli-5.20.8.0.ebuild
24 +++ b/sys-block/hpssacli/hpssacli-5.20.8.0-r1.ebuild
25 @@ -17,6 +17,14 @@ KEYWORDS="-* ~amd64"
26
27 S="${WORKDIR}"
28
29 +RDEPEND="sys-libs/glibc"
30 +
31 +QA_FLAGS_IGNORED="
32 + usr/sbin/ssacli
33 + usr/sbin/ssascripting
34 + usr/sbin/rmstr
35 +"
36 +
37 src_install() {
38 local -r ssacli_bindir="opt/smartstorageadmin/ssacli/bin"