diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-21 09:10:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-21 09:10:58 +0000 |
commit | 35e2d32ee79bf4f87814dc336033ef0e030ba94c (patch) | |
tree | 5cb0af03212eeed9f4c23be82e3b4381bb1530fd /sys-cluster/ceph | |
parent | Stable for amd64, wrt bug #518360 (diff) | |
download | gentoo-2-35e2d32ee79bf4f87814dc336033ef0e030ba94c.tar.gz gentoo-2-35e2d32ee79bf4f87814dc336033ef0e030ba94c.tar.bz2 gentoo-2-35e2d32ee79bf4f87814dc336033ef0e030ba94c.zip |
Stable for x86, wrt bug #518360
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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.67.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/ceph/ChangeLog b/sys-cluster/ceph/ChangeLog index 37264bf43efe..559ea50e5193 100644 --- a/sys-cluster/ceph/ChangeLog +++ b/sys-cluster/ceph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/ceph # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.58 2014/08/21 09:10:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.59 2014/08/21 09:10:58 ago Exp $ + + 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> ceph-0.67.9.ebuild: + Stable for x86, wrt bug #518360 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> ceph-0.67.9.ebuild: Stable for amd64, wrt bug #518360 diff --git a/sys-cluster/ceph/ceph-0.67.9.ebuild b/sys-cluster/ceph/ceph-0.67.9.ebuild index b94bb48ca455..54dca159c6fc 100644 --- a/sys-cluster/ceph/ceph-0.67.9.ebuild +++ b/sys-cluster/ceph/ceph-0.67.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.9.ebuild,v 1.3 2014/08/21 09:10:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.9.ebuild,v 1.4 2014/08/21 09:10:58 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -14,7 +14,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 python-any-r1 udev readme.gentoo ${scm_eclass} |