diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 09:25:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 09:25:47 +0000 |
commit | 745c348ccabad83695f6feb634e34b81b5bd11ed (patch) | |
tree | bfb3dcaa5d3fbee0754eeebd61d71d29cc5402e2 /sys-cluster/ceph | |
parent | Stable on arm, wrt bug #456580 (diff) | |
download | gentoo-2-745c348ccabad83695f6feb634e34b81b5bd11ed.tar.gz gentoo-2-745c348ccabad83695f6feb634e34b81b5bd11ed.tar.bz2 gentoo-2-745c348ccabad83695f6feb634e34b81b5bd11ed.zip |
Stable for amd64, wrt bug #463306
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-0.56.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/ceph/ChangeLog b/sys-cluster/ceph/ChangeLog index af3ec0c164ff..9139a952634e 100644 --- a/sys-cluster/ceph/ChangeLog +++ b/sys-cluster/ceph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/ceph # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.31 2013/03/26 08:24:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.32 2013/03/26 09:25:47 ago Exp $ + + 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ceph-0.56.3.ebuild: + Stable for amd64, wrt bug #463306 26 Mar 2013; Patrick Lauer <patrick@gentoo.org> ceph-0.59.ebuild: Unbundling leveldb #463314 diff --git a/sys-cluster/ceph/ceph-0.56.3.ebuild b/sys-cluster/ceph/ceph-0.56.3.ebuild index bd6c2d0ab24b..c00881feea68 100644 --- a/sys-cluster/ceph/ceph-0.56.3.ebuild +++ b/sys-cluster/ceph/ceph-0.56.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.56.3.ebuild,v 1.1 2013/03/11 16:50:57 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.56.3.ebuild,v 1.2 2013/03/26 09:25:47 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ if [[ $PV = *9999* ]]; then KEYWORDS="" else SRC_URI="http://ceph.com/download/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi inherit autotools eutils multilib udev ${scm_eclass} |