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 E88C61382C5 for ; Tue, 1 Dec 2020 21:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C76BE0869; Tue, 1 Dec 2020 21:55:11 +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 F20B2E0869 for ; Tue, 1 Dec 2020 21:55:10 +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 578BB340AEC for ; Tue, 1 Dec 2020 21:55:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3EFD38A for ; Tue, 1 Dec 2020 21:55:07 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1606859686.c5ca75f97ced94cce2133a82793e0a3d918137f4.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/corosync/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/corosync/corosync-2.3.5.ebuild X-VCS-Directories: sys-cluster/corosync/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: c5ca75f97ced94cce2133a82793e0a3d918137f4 X-VCS-Branch: master Date: Tue, 1 Dec 2020 21:55:07 +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: 4e143b33-ec72-4fda-917e-901c382b8917 X-Archives-Hash: 1ebd327de1684fd9873dd46aafc486d4 commit: c5ca75f97ced94cce2133a82793e0a3d918137f4 Author: Marc Schiffbauer gentoo org> AuthorDate: Tue Dec 1 21:53:18 2020 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Tue Dec 1 21:54:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ca75f9 sys-cluster/corosync: fix build in stable version The dependency to sys-cluster/libqb was outdated and has now been fixed Closes: https://bugs.gentoo.org/743841 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Marc Schiffbauer gentoo.org> sys-cluster/corosync/corosync-2.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/corosync/corosync-2.3.5.ebuild b/sys-cluster/corosync/corosync-2.3.5.ebuild index e40a5ddb5ed..d1a1fc207d4 100644 --- a/sys-cluster/corosync/corosync-2.3.5.ebuild +++ b/sys-cluster/corosync/corosync-2.3.5.ebuild @@ -26,7 +26,7 @@ RDEPEND="!sys-cluster/heartbeat sys-fabric/librdmacm:* ) dev-libs/nss - >=sys-cluster/libqb-0.14.4" + <=sys-cluster/libqb-0.17.2" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( sys-apps/groff )"