Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/corosync/
Date: Tue, 01 Dec 2020 21:55:11
Message-Id: 1606859686.c5ca75f97ced94cce2133a82793e0a3d918137f4.mschiff@gentoo
1 commit: c5ca75f97ced94cce2133a82793e0a3d918137f4
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 21:53:18 2020 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 21:54:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ca75f9
7
8 sys-cluster/corosync: fix build in stable version
9
10 The dependency to sys-cluster/libqb was outdated
11 and has now been fixed
12
13 Closes: https://bugs.gentoo.org/743841
14 Package-Manager: Portage-3.0.9, Repoman-3.0.2
15 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
16
17 sys-cluster/corosync/corosync-2.3.5.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/sys-cluster/corosync/corosync-2.3.5.ebuild b/sys-cluster/corosync/corosync-2.3.5.ebuild
21 index e40a5ddb5ed..d1a1fc207d4 100644
22 --- a/sys-cluster/corosync/corosync-2.3.5.ebuild
23 +++ b/sys-cluster/corosync/corosync-2.3.5.ebuild
24 @@ -26,7 +26,7 @@ RDEPEND="!sys-cluster/heartbeat
25 sys-fabric/librdmacm:*
26 )
27 dev-libs/nss
28 - >=sys-cluster/libqb-0.14.4"
29 + <=sys-cluster/libqb-0.17.2"
30 DEPEND="${RDEPEND}
31 virtual/pkgconfig
32 doc? ( sys-apps/groff )"