From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76EE11381F3 for ; Thu, 11 Jun 2020 08:43:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAF0BE09A1; Thu, 11 Jun 2020 08:43:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91C0AE09A1 for ; Thu, 11 Jun 2020 08:43:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42E8E34F2A5 for ; Thu, 11 Jun 2020 08:43:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D1041C8 for ; Thu, 11 Jun 2020 08:43:50 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1591865023.c00b2b8a7a0497cc39a6e898ef1a8a96b46e03fb.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/passwdqc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/passwdqc/passwdqc-1.4.0.ebuild X-VCS-Directories: sys-auth/passwdqc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c00b2b8a7a0497cc39a6e898ef1a8a96b46e03fb X-VCS-Branch: master Date: Thu, 11 Jun 2020 08:43:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51ba6322-e3ad-4e17-b508-e7a887cb2b74 X-Archives-Hash: ed26ad5019e839ba4129b36f53c781e5 commit: c00b2b8a7a0497cc39a6e898ef1a8a96b46e03fb Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jun 11 08:43:24 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jun 11 08:43:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00b2b8a sys-auth/passwdqc: ignore Gentoo's ldflags on libs Closes: https://bugs.gentoo.org/727810 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada gentoo.org> sys-auth/passwdqc/passwdqc-1.4.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-auth/passwdqc/passwdqc-1.4.0.ebuild b/sys-auth/passwdqc/passwdqc-1.4.0.ebuild index 3b743053e98..0449d6d07cb 100644 --- a/sys-auth/passwdqc/passwdqc-1.4.0.ebuild +++ b/sys-auth/passwdqc/passwdqc-1.4.0.ebuild @@ -16,6 +16,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s RDEPEND="sys-libs/pam" DEPEND="${RDEPEND}" +pkg_setup() { + QA_FLAGS_IGNORED="/$(get_libdir)/security/pam_passwdqc.so + /usr/$(get_libdir)/libpasswdqc.so.0" +} + src_prepare() { default sed -i -e 's:`uname -s`:Linux:' Makefile || die