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 BC6371382C5 for ; Tue, 23 Feb 2021 15:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A413E0821; Tue, 23 Feb 2021 15:36:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F10BCE0821 for ; Tue, 23 Feb 2021 15:36:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E96C134058A for ; Tue, 23 Feb 2021 15:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96D27C3 for ; Tue, 23 Feb 2021 15:36:39 +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: <1614094581.6109bd0a3513a22fae2b7fa9545c291dfa188449.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-2.0.0.ebuild X-VCS-Directories: sys-auth/passwdqc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6109bd0a3513a22fae2b7fa9545c291dfa188449 X-VCS-Branch: master Date: Tue, 23 Feb 2021 15:36:39 +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: d30a5d52-fed8-493a-a9f1-1b2e3a10386f X-Archives-Hash: 88c9772a46712cf996e7de3c8ae1a124 commit: 6109bd0a3513a22fae2b7fa9545c291dfa188449 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Feb 23 15:36:21 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Feb 23 15:36:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6109bd0a sys-auth/passwdqc: change soname for 2.0.0 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> sys-auth/passwdqc/passwdqc-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/passwdqc/passwdqc-2.0.0.ebuild b/sys-auth/passwdqc/passwdqc-2.0.0.ebuild index 1345d1d8e61..53fea839ad8 100644 --- a/sys-auth/passwdqc/passwdqc-2.0.0.ebuild +++ b/sys-auth/passwdqc/passwdqc-2.0.0.ebuild @@ -18,7 +18,7 @@ DEPEND="${RDEPEND}" pkg_setup() { QA_FLAGS_IGNORED="/$(get_libdir)/security/pam_passwdqc.so - /usr/$(get_libdir)/libpasswdqc.so.0" + /usr/$(get_libdir)/libpasswdqc.so.1" } src_prepare() {