diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-24 08:55:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-24 08:55:03 +0000 |
commit | ccc9b67d2fc51e6ec792a3f2d95e72961a6fd949 (patch) | |
tree | 2a7832d28d439a57676a4ea8ac239154a2cde899 /dev-db/ctdb | |
parent | QA: do not pollute cron output in logrotate script in cases, when no daemons,... (diff) | |
download | gentoo-2-ccc9b67d2fc51e6ec792a3f2d95e72961a6fd949.tar.gz gentoo-2-ccc9b67d2fc51e6ec792a3f2d95e72961a6fd949.tar.bz2 gentoo-2-ccc9b67d2fc51e6ec792a3f2d95e72961a6fd949.zip |
Stable for alpha, wrt bug #525972
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db/ctdb')
-rw-r--r-- | dev-db/ctdb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/ctdb/ctdb-1.13-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/ctdb/ChangeLog b/dev-db/ctdb/ChangeLog index 3ef07b2d53db..36195b9c453e 100644 --- a/dev-db/ctdb/ChangeLog +++ b/dev-db/ctdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/ctdb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.46 2015/02/21 14:17:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.47 2015/02/24 08:55:03 ago Exp $ + + 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild: + Stable for alpha, wrt bug #525972 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild: Stable for ppc, wrt bug #525972 diff --git a/dev-db/ctdb/ctdb-1.13-r1.ebuild b/dev-db/ctdb/ctdb-1.13-r1.ebuild index 8aaa7fc5707c..53ab5a84821d 100644 --- a/dev-db/ctdb/ctdb-1.13-r1.ebuild +++ b/dev-db/ctdb/ctdb-1.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.8 2015/02/21 14:17:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.9 2015/02/24 08:55:03 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" 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-1.16-r2[${MULTILIB_USEDEP}]" |