From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1404982-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 06A04158091
	for <garchives@archives.gentoo.org>; Sun,  5 Jun 2022 13:23:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E81B3E08C4;
	Sun,  5 Jun 2022 13:23:44 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C7FE5E08C4
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Jun 2022 13:23:44 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BDFE6341C65
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Jun 2022 13:23:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 20FC646D
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Jun 2022 13:23:42 +0000 (UTC)
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1654435414.4b14a0705c3bf986e452475e1643f7ccf14f11b5.flow@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/hpssacli/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-block/hpssacli/hpssacli-5.20.8.0-r1.ebuild sys-block/hpssacli/hpssacli-5.20.8.0.ebuild
X-VCS-Directories: sys-block/hpssacli/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: 4b14a0705c3bf986e452475e1643f7ccf14f11b5
X-VCS-Branch: master
Date: Sun,  5 Jun 2022 13:23:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 74b4132c-ebbf-4cfd-82c7-0782c470778d
X-Archives-Hash: 02be991af55244f661ab07470073e775

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"