commit: c5ca75f97ced94cce2133a82793e0a3d918137f4 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> AuthorDate: Tue Dec 1 21:53:18 2020 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> 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 <mschiff <AT> 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 )"
