summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2020-12-01 22:53:18 +0100
committerMarc Schiffbauer <mschiff@gentoo.org>2020-12-01 22:54:46 +0100
commitc5ca75f97ced94cce2133a82793e0a3d918137f4 (patch)
tree56a9e64f3ddb5f0a304fff2809eb3c35d04c958f
parentgames-strategy/asc: remove last-rited package (diff)
downloadgentoo-c5ca75f9.tar.gz
gentoo-c5ca75f9.tar.bz2
gentoo-c5ca75f9.zip
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@gentoo.org>
-rw-r--r--sys-cluster/corosync/corosync-2.3.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/corosync/corosync-2.3.5.ebuild b/sys-cluster/corosync/corosync-2.3.5.ebuild
index e40a5ddb5edb..d1a1fc207d47 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 )"