diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2009-02-10 22:52:06 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2009-02-10 22:52:06 +0000 |
commit | fdeafffd53bd0a23261bbfb2b225207e103903ba (patch) | |
tree | d1d586fe31495ca15e6e2bc359757e7c6ff076f8 /sys-cluster/ccs | |
parent | unmask xvid 1.2 as everything seems fine (diff) | |
download | historical-fdeafffd53bd0a23261bbfb2b225207e103903ba.tar.gz historical-fdeafffd53bd0a23261bbfb2b225207e103903ba.tar.bz2 historical-fdeafffd53bd0a23261bbfb2b225207e103903ba.zip |
Stable on x86 and amd64.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sys-cluster/ccs')
-rw-r--r-- | sys-cluster/ccs/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/ccs/ccs-2.03.09.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-cluster/ccs/ChangeLog b/sys-cluster/ccs/ChangeLog index 24c6984e1503..fe26b6245bca 100644 --- a/sys-cluster/ccs/ChangeLog +++ b/sys-cluster/ccs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/ccs -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ChangeLog,v 1.40 2008/11/21 22:20:38 xmerlin Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ChangeLog,v 1.41 2009/02/10 22:32:27 xmerlin Exp $ + + 10 Feb 2009; Christian Zoffoli <xmerlin@gentoo.org> ccs-2.03.09.ebuild: + Stable on x86 and amd64. 21 Nov 2008; Christian Zoffoli <xmerlin@gentoo.org> ccs-2.03.09.ebuild: Fixed homepage. diff --git a/sys-cluster/ccs/ccs-2.03.09.ebuild b/sys-cluster/ccs/ccs-2.03.09.ebuild index 24eac1359d73..ec9edb8a4550 100644 --- a/sys-cluster/ccs/ccs-2.03.09.ebuild +++ b/sys-cluster/ccs/ccs-2.03.09.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ccs-2.03.09.ebuild,v 1.2 2008/11/21 22:20:38 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ccs-2.03.09.ebuild,v 1.3 2009/02/10 22:32:27 xmerlin Exp $ inherit eutils versionator @@ -16,7 +16,7 @@ SRC_URI="ftp://sources.redhat.com/pub/cluster/releases/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="=sys-cluster/cman-lib-${CLUSTER_RELEASE}*" |