diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2007-03-09 10:57:12 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2007-03-09 10:57:12 +0000 |
commit | bbbdccf48f71f76c73061167c08346e7f1cbf7bf (patch) | |
tree | 2016949a2d7cbab7860f36d4eb4d464c233d95ed /sys-cluster/ccs/ccs-1.02.00-r1.ebuild | |
parent | stable x86; bug #169987 (diff) | |
download | gentoo-2-bbbdccf48f71f76c73061167c08346e7f1cbf7bf.tar.gz gentoo-2-bbbdccf48f71f76c73061167c08346e7f1cbf7bf.tar.bz2 gentoo-2-bbbdccf48f71f76c73061167c08346e7f1cbf7bf.zip |
Version bump, relaxed dependencies.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-cluster/ccs/ccs-1.02.00-r1.ebuild')
-rw-r--r-- | sys-cluster/ccs/ccs-1.02.00-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-cluster/ccs/ccs-1.02.00-r1.ebuild b/sys-cluster/ccs/ccs-1.02.00-r1.ebuild index 236ac8f0e155..adbee0701567 100644 --- a/sys-cluster/ccs/ccs-1.02.00-r1.ebuild +++ b/sys-cluster/ccs/ccs-1.02.00-r1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ccs-1.02.00-r1.ebuild,v 1.5 2006/10/14 18:34:12 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ccs-1.02.00-r1.ebuild,v 1.6 2007/03/09 10:57:12 xmerlin Exp $ inherit eutils +CLUSTER_RELEASE="1.02.00" +MY_P="cluster-${CLUSTER_RELEASE}" CVS_RELEASE="20060713" -MY_P="cluster-${PV}" DESCRIPTION="cluster configuration system to manage the cluster config file" HOMEPAGE="http://sources.redhat.com/cluster/" @@ -19,11 +20,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ppc64 x86" -DEPEND=">=sys-cluster/magma-1.02.00-r1 +DEPEND="=sys-cluster/magma-${CLUSTER_RELEASE}* dev-libs/libxml2 sys-libs/zlib" - S="${WORKDIR}/${MY_P}/${PN}" src_unpack() { |