diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-08-15 13:27:25 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-08-15 13:27:25 +0000 |
commit | 1a713e4cc1197cd647e2bd3ceefa4fabaac061d2 (patch) | |
tree | f0dd06281c5bfa398093be70f4c7453c0bfeeb21 /dev-db/ctdb | |
parent | Copy over sys-devel/bison's KEYWORDS to avoid repoman warnings (diff) | |
download | gentoo-2-1a713e4cc1197cd647e2bd3ceefa4fabaac061d2.tar.gz gentoo-2-1a713e4cc1197cd647e2bd3ceefa4fabaac061d2.tar.bz2 gentoo-2-1a713e4cc1197cd647e2bd3ceefa4fabaac061d2.zip |
Stable for HPPA (bug #377909).
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/ctdb')
-rw-r--r-- | dev-db/ctdb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/ctdb/ctdb-1.0.114_p1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-db/ctdb/ChangeLog b/dev-db/ctdb/ChangeLog index c92e461ad4f6..e92ccef9f8f2 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.17 2010/08/12 01:26:11 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.18 2011/08/15 13:27:25 jer Exp $ + + 15 Aug 2011; Jeroen Roovers <jer@gentoo.org> ctdb-1.0.114_p1.ebuild: + Stable for HPPA (bug #377909). 12 Aug 2010; Joseph Jezak <josejx@gentoo.org> ctdb-1.0.88.ebuild: Marked ppc/ppc64 stable for bug #300158. diff --git a/dev-db/ctdb/ctdb-1.0.114_p1.ebuild b/dev-db/ctdb/ctdb-1.0.114_p1.ebuild index a81909d9eeb2..f558d22fbc8d 100644 --- a/dev-db/ctdb/ctdb-1.0.114_p1.ebuild +++ b/dev-db/ctdb/ctdb-1.0.114_p1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.2 2010/04/05 06:19:17 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.3 2011/08/15 13:27:25 jer Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://ctdb.samba.org/packages/redhat/RHEL5/${P/_p/-}.src.rpm http://ctdb.samba.org/packages/redhat/RHEL5/old/${P/_p/-}.src.rpm" 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="test" RDEPEND="dev-libs/popt" |