diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2005-09-05 19:57:33 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2005-09-05 19:57:33 +0000 |
commit | 7cda2363e78f415b193a622b7a45b469afd71c97 (patch) | |
tree | 5a3cc1625893cb54c5134cdf1ed850c3f5b9b30b /sys-cluster/cman/cman-1.00.00-r1.ebuild | |
parent | Stable on x86. (diff) | |
download | historical-7cda2363e78f415b193a622b7a45b469afd71c97.tar.gz historical-7cda2363e78f415b193a622b7a45b469afd71c97.tar.bz2 historical-7cda2363e78f415b193a622b7a45b469afd71c97.zip |
fixed dep.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-cluster/cman/cman-1.00.00-r1.ebuild')
-rw-r--r-- | sys-cluster/cman/cman-1.00.00-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/cman/cman-1.00.00-r1.ebuild b/sys-cluster/cman/cman-1.00.00-r1.ebuild index da7ccbb52be5..3288f7473c2a 100644 --- a/sys-cluster/cman/cman-1.00.00-r1.ebuild +++ b/sys-cluster/cman/cman-1.00.00-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/cman-1.00.00-r1.ebuild,v 1.1 2005/09/05 02:36:00 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/cman-1.00.00-r1.ebuild,v 1.2 2005/09/05 19:57:33 xmerlin Exp $ CLUSTER_VERSION="1.00.00" DESCRIPTION="general-purpose symmetric cluster manager" @@ -12,8 +12,8 @@ SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" -DEPEND=">=sys-cluster/ccs-${CLUSTER_VERSION} - >=sys-cluster/cman-headers-${CLUSTER_VERSION}" +DEPEND=">=sys-cluster/ccs-1.00.00 + >=sys-cluster/cman-headers-1.00.00" RDEPEND="virtual/libc" |