diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-06-05 15:12:03 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-06-05 15:23:34 +0200 |
commit | 4b14a0705c3bf986e452475e1643f7ccf14f11b5 (patch) | |
tree | 11afa6ca7f60bacc942f86f64779a45998b1a548 | |
parent | acct-group/collectd: take ownership (diff) | |
download | gentoo-4b14a0705c3bf986e452475e1643f7ccf14f11b5.tar.gz gentoo-4b14a0705c3bf986e452475e1643f7ccf14f11b5.tar.bz2 gentoo-4b14a0705c3bf986e452475e1643f7ccf14f11b5.zip |
sys-block/hpssacli: add RDEPEND on glibc and declare QA_FLAGS_IGNORED
Bug: https://bugs.gentoo.org/832932
Closes: https://bugs.gentoo.org/831404
Closes: https://bugs.gentoo.org/831405
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r-- | sys-block/hpssacli/hpssacli-5.20.8.0-r1.ebuild (renamed from sys-block/hpssacli/hpssacli-5.20.8.0.ebuild) | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-block/hpssacli/hpssacli-5.20.8.0.ebuild b/sys-block/hpssacli/hpssacli-5.20.8.0-r1.ebuild index d308b0033cd9..2ef2a8c78c93 100644 --- a/sys-block/hpssacli/hpssacli-5.20.8.0.ebuild +++ b/sys-block/hpssacli/hpssacli-5.20.8.0-r1.ebuild @@ -17,6 +17,14 @@ KEYWORDS="-* ~amd64" S="${WORKDIR}" +RDEPEND="sys-libs/glibc" + +QA_FLAGS_IGNORED=" + usr/sbin/ssacli + usr/sbin/ssascripting + usr/sbin/rmstr +" + src_install() { local -r ssacli_bindir="opt/smartstorageadmin/ssacli/bin" |