diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 09:25:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 09:25:56 +0000 |
commit | f931921604d03fbad0e05656ac02c670452bf383 (patch) | |
tree | 11bf4242d32361ffe834c380f439b70303a24aff /sys-cluster | |
parent | Stable for amd64, wrt bug #463306 (diff) | |
download | gentoo-2-f931921604d03fbad0e05656ac02c670452bf383.tar.gz gentoo-2-f931921604d03fbad0e05656ac02c670452bf383.tar.bz2 gentoo-2-f931921604d03fbad0e05656ac02c670452bf383.zip |
Stable for x86, wrt bug #463306
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-cluster')
-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 9139a952634e..a1e7a1805d71 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.32 2013/03/26 09:25:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.33 2013/03/26 09:25:56 ago Exp $ + + 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ceph-0.56.3.ebuild: + Stable for x86, wrt bug #463306 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ceph-0.56.3.ebuild: Stable for amd64, wrt bug #463306 diff --git a/sys-cluster/ceph/ceph-0.56.3.ebuild b/sys-cluster/ceph/ceph-0.56.3.ebuild index c00881feea68..c794dfa892ee 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.2 2013/03/26 09:25:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.56.3.ebuild,v 1.3 2013/03/26 09:25:56 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} |