summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexys Jacob <ultrabug@gentoo.org>2015-03-23 11:35:37 +0000
committerAlexys Jacob <ultrabug@gentoo.org>2015-03-23 11:35:37 +0000
commit139a025ad9c632f5bea9197ba97f73143946f326 (patch)
treecb3b2fb1dd10be1f3f33586b3a0863ed95025250 /sys-cluster
parentfix missing shared lib (diff)
downloadgentoo-2-139a025ad9c632f5bea9197ba97f73143946f326.tar.gz
gentoo-2-139a025ad9c632f5bea9197ba97f73143946f326.tar.bz2
gentoo-2-139a025ad9c632f5bea9197ba97f73143946f326.zip
fix corosync dep version
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/libccs/ChangeLog8
-rw-r--r--sys-cluster/libccs/libccs-3.1.5.ebuild6
-rw-r--r--sys-cluster/libccs/libccs-3.2.0.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-cluster/libccs/ChangeLog b/sys-cluster/libccs/ChangeLog
index 5fdc53d19bb3..cfddb95b06e3 100644
--- a/sys-cluster/libccs/ChangeLog
+++ b/sys-cluster/libccs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/libccs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libccs/ChangeLog,v 1.3 2013/03/20 14:25:56 ultrabug Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libccs/ChangeLog,v 1.4 2015/03/23 11:35:37 ultrabug Exp $
+
+ 23 Mar 2015; Ultrabug <ultrabug@gentoo.org> libccs-3.1.5.ebuild,
+ libccs-3.2.0.ebuild:
+ fix corosync version dep thx to Patrik Halfar
*libccs-3.2.0 (20 Mar 2013)
diff --git a/sys-cluster/libccs/libccs-3.1.5.ebuild b/sys-cluster/libccs/libccs-3.1.5.ebuild
index 56833d4260f4..efff84f611c2 100644
--- a/sys-cluster/libccs/libccs-3.1.5.ebuild
+++ b/sys-cluster/libccs/libccs-3.1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libccs/libccs-3.1.5.ebuild,v 1.2 2011/10/18 20:52:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libccs/libccs-3.1.5.ebuild,v 1.3 2015/03/23 11:35:37 ultrabug Exp $
EAPI=4
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~hppa ~x86"
IUSE="static-libs"
RDEPEND="
- sys-cluster/corosync
+ =sys-cluster/corosync-1.4.7
dev-libs/libxml2
!sys-cluster/ccs"
DEPEND="${RDEPEND}
diff --git a/sys-cluster/libccs/libccs-3.2.0.ebuild b/sys-cluster/libccs/libccs-3.2.0.ebuild
index 8fb3b28e0dc7..470c47bfa775 100644
--- a/sys-cluster/libccs/libccs-3.2.0.ebuild
+++ b/sys-cluster/libccs/libccs-3.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libccs/libccs-3.2.0.ebuild,v 1.1 2013/03/20 14:25:56 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libccs/libccs-3.2.0.ebuild,v 1.2 2015/03/23 11:35:37 ultrabug Exp $
EAPI=4
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~hppa ~x86"
IUSE="static-libs"
RDEPEND="
- sys-cluster/corosync
+ =sys-cluster/corosync-1.4.7
dev-libs/libxml2
!sys-cluster/ccs"
DEPEND="${RDEPEND}