Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
Date: Wed, 11 Jul 2018 00:57:38
Message-Id: 1531270648.aa221c296096f7ce2718b3c851083c82a5680298.whissi@gentoo
1 commit: aa221c296096f7ce2718b3c851083c82a5680298
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 11 00:56:43 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 11 00:57:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa221c29
7
8 sys-cluster/ceph: x86 stable (bug #658928)
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 sys-cluster/ceph/ceph-12.2.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/ceph/ceph-12.2.5.ebuild b/sys-cluster/ceph/ceph-12.2.5.ebuild
16 index 000712b8e6f..72ad468ceb6 100644
17 --- a/sys-cluster/ceph/ceph-12.2.5.ebuild
18 +++ b/sys-cluster/ceph/ceph-12.2.5.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
20 SRC_URI=""
21 else
22 SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="~amd64 x86"
25 fi
26
27 DESCRIPTION="Ceph distributed filesystem"