commit: 4b14a0705c3bf986e452475e1643f7ccf14f11b5 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sun Jun 5 13:12:03 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sun Jun 5 13:23:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b14a070
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 <AT> gentoo.org> .../{hpssacli-5.20.8.0.ebuild => hpssacli-5.20.8.0-r1.ebuild} | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys-block/hpssacli/hpssacli-5.20.8.0.ebuild b/sys-block/hpssacli/hpssacli-5.20.8.0-r1.ebuild similarity index 89% rename from sys-block/hpssacli/hpssacli-5.20.8.0.ebuild rename to 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"
