diff options
author | 2010-06-05 18:56:44 +0000 | |
---|---|---|
committer | 2010-06-05 18:56:44 +0000 | |
commit | dffe94d0349fa22f9a8623e1a5b782fe97e9ac96 (patch) | |
tree | 3a3535a73cf6fc7558140d319d07c4bf020a93a1 /dev-db/ctdb | |
parent | Let XZ use all memory when unpacking to avoid failure with low-mem #303975. (diff) | |
download | gentoo-2-dffe94d0349fa22f9a8623e1a5b782fe97e9ac96.tar.gz gentoo-2-dffe94d0349fa22f9a8623e1a5b782fe97e9ac96.tar.bz2 gentoo-2-dffe94d0349fa22f9a8623e1a5b782fe97e9ac96.zip |
alpha/arm/ia64/s390/sh/sparc stable wrt #300158
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-db/ctdb')
-rw-r--r-- | dev-db/ctdb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/ctdb/ctdb-1.0.88.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/ctdb/ChangeLog b/dev-db/ctdb/ChangeLog index 67d77cebb357..09bb5f22fea0 100644 --- a/dev-db/ctdb/ChangeLog +++ b/dev-db/ctdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/ctdb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.15 2010/05/19 18:33:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.16 2010/06/05 18:56:44 armin76 Exp $ + + 05 Jun 2010; Raúl Porcel <armin76@gentoo.org> ctdb-1.0.88.ebuild: + alpha/arm/ia64/s390/sh/sparc stable wrt #300158 19 May 2010; Jeroen Roovers <jer@gentoo.org> ctdb-1.0.88.ebuild: Stable for HPPA (bug #300158). diff --git a/dev-db/ctdb/ctdb-1.0.88.ebuild b/dev-db/ctdb/ctdb-1.0.88.ebuild index da72d46efca0..ad4feed292e8 100644 --- a/dev-db/ctdb/ctdb-1.0.88.ebuild +++ b/dev-db/ctdb/ctdb-1.0.88.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.88.ebuild,v 1.7 2010/05/19 18:33:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.88.ebuild,v 1.8 2010/06/05 18:56:44 armin76 Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://ctdb.samba.org/" SRC_URI="http://ctdb.samba.org/packages/redhat/RHEL5/${P}.tgz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86" IUSE="" DEPEND="dev-libs/popt" |