diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-11-20 14:08:19 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-11-20 14:08:19 +0100 |
commit | dc078d6c0b4539e04bdc216fd2f96edb4c60993c (patch) | |
tree | 18c71701df3d665d976bdfc77de6d1a1ed2d1a6e /sys-cluster/ceph | |
parent | dev-python/httplib2: x86 stable wrt bug #468252 (diff) | |
download | gentoo-dc078d6c0b4539e04bdc216fd2f96edb4c60993c.tar.gz gentoo-dc078d6c0b4539e04bdc216fd2f96edb4c60993c.tar.bz2 gentoo-dc078d6c0b4539e04bdc216fd2f96edb4c60993c.zip |
sys-cluster/ceph: x86 stable wrt bug #598206
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-10.2.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-10.2.3-r2.ebuild b/sys-cluster/ceph/ceph-10.2.3-r2.ebuild index a67d32108384..1e7491940eb7 100644 --- a/sys-cluster/ceph/ceph-10.2.3-r2.ebuild +++ b/sys-cluster/ceph/ceph-10.2.3-r2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="http://ceph.com/download/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" fi DESCRIPTION="Ceph distributed filesystem" |