diff options
author | 2015-04-19 09:42:52 +0000 | |
---|---|---|
committer | 2015-04-19 09:42:52 +0000 | |
commit | 4c1d765df4031fba682e72835721233c9bebf6ed (patch) | |
tree | c66a3410d755888bc8fbd2985fd86d1460cafa2e /sys-cluster/ceph | |
parent | x86 stable wrt bug #535478 (diff) | |
download | gentoo-2-4c1d765df4031fba682e72835721233c9bebf6ed.tar.gz gentoo-2-4c1d765df4031fba682e72835721233c9bebf6ed.tar.bz2 gentoo-2-4c1d765df4031fba682e72835721233c9bebf6ed.zip |
Stable for x86, wrt bug #544606
(Portage version: 2.2.14/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.80.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/ceph/ChangeLog b/sys-cluster/ceph/ChangeLog index 61838b3f4f7b..b4d3f84862a9 100644 --- a/sys-cluster/ceph/ChangeLog +++ b/sys-cluster/ceph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/ceph # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.70 2015/04/08 18:25:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.71 2015/04/19 09:42:52 ago Exp $ + + 19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> ceph-0.80.9.ebuild: + Stable for x86, wrt bug #544606 08 Apr 2015; Michał Górny <mgorny@gentoo.org> ceph-0.67.10-r1.ebuild, ceph-0.67.9-r1.ebuild, ceph-0.80.5-r1.ebuild, ceph-0.80.7-r1.ebuild, diff --git a/sys-cluster/ceph/ceph-0.80.9.ebuild b/sys-cluster/ceph/ceph-0.80.9.ebuild index df71cdfe79da..474c4db2832e 100644 --- a/sys-cluster/ceph/ceph-0.80.9.ebuild +++ b/sys-cluster/ceph/ceph-0.80.9.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/sys-cluster/ceph/ceph-0.80.9.ebuild,v 1.3 2015/04/08 18:25:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.9.ebuild,v 1.4 2015/04/19 09:42:52 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_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} |