diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2005-09-05 21:57:58 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2005-09-05 21:57:58 +0000 |
commit | 9a1a365824466db37a72ff2b896626353ae1f32e (patch) | |
tree | e78ceb56a32241ed244545feca3089e889a5894b /sys-cluster/ccs | |
parent | added a missing dep. (diff) | |
download | gentoo-2-9a1a365824466db37a72ff2b896626353ae1f32e.tar.gz gentoo-2-9a1a365824466db37a72ff2b896626353ae1f32e.tar.bz2 gentoo-2-9a1a365824466db37a72ff2b896626353ae1f32e.zip |
fixed a circular dep.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-cluster/ccs')
-rw-r--r-- | sys-cluster/ccs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/ccs/ccs-1.00.00-r1.ebuild | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/sys-cluster/ccs/ChangeLog b/sys-cluster/ccs/ChangeLog index 50e19a15ec51..86d049c555f6 100644 --- a/sys-cluster/ccs/ChangeLog +++ b/sys-cluster/ccs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/ccs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ChangeLog,v 1.18 2005/09/05 21:43:49 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ChangeLog,v 1.19 2005/09/05 21:57:58 xmerlin Exp $ + + 06 Sep 2005; Christian Zoffoli <xmerlin@gentoo.org> ccs-1.00.00-r1.ebuild: + fixed a circular dep. 05 Sep 2005; Danny van Dyk <kugelfang@gentoo.org> ccs-1.00.00-r1.ebuild: Marked ~amd64. diff --git a/sys-cluster/ccs/ccs-1.00.00-r1.ebuild b/sys-cluster/ccs/ccs-1.00.00-r1.ebuild index 9e3a0cae0301..09d37928b685 100644 --- a/sys-cluster/ccs/ccs-1.00.00-r1.ebuild +++ b/sys-cluster/ccs/ccs-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/ccs/ccs-1.00.00-r1.ebuild,v 1.2 2005/09/05 21:43:49 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ccs-1.00.00-r1.ebuild,v 1.3 2005/09/05 21:57:58 xmerlin Exp $ CLUSTER_VERSION="1.00.00" DESCRIPTION="cluster configuration system to manage the cluster config file" @@ -16,11 +16,6 @@ DEPEND=">=sys-cluster/magma-1.00.00 dev-libs/libxml2 sys-libs/zlib" -RDEPEND=">=sys-cluster/magma-1.00.00 - dev-libs/libxml2 - sys-libs/zlib - >=sys-cluster/magma-plugins-1.00.00" - S="${WORKDIR}/cluster-${CLUSTER_VERSION}/${PN}" |