diff options
author | 2020-12-01 22:53:18 +0100 | |
---|---|---|
committer | 2020-12-01 22:54:46 +0100 | |
commit | c5ca75f97ced94cce2133a82793e0a3d918137f4 (patch) | |
tree | 56a9e64f3ddb5f0a304fff2809eb3c35d04c958f /sys-cluster | |
parent | games-strategy/asc: remove last-rited package (diff) | |
download | gentoo-c5ca75f97ced94cce2133a82793e0a3d918137f4.tar.gz gentoo-c5ca75f97ced94cce2133a82793e0a3d918137f4.tar.bz2 gentoo-c5ca75f97ced94cce2133a82793e0a3d918137f4.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>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/corosync/corosync-2.3.5.ebuild | 2 |
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 )" |