Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
Date: Thu, 24 Sep 2015 08:35:00
Message-Id: 1443083676.09712bfa31a098354145b2dcbdbecdb23a146572.pinkbyte@gentoo
1 commit: 09712bfa31a098354145b2dcbdbecdb23a146572
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 08:34:36 2015 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 08:34:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09712bfa
7
8 sys-cluster/ceph: amd64/x86 stable
9
10 Gentoo-Bug: 556404
11
12 Package-Manager: portage-2.2.20
13
14 sys-cluster/ceph/ceph-0.80.10-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/ceph/ceph-0.80.10-r1.ebuild b/sys-cluster/ceph/ceph-0.80.10-r1.ebuild
18 index 96e1e7e..4452e80 100644
19 --- a/sys-cluster/ceph/ceph-0.80.10-r1.ebuild
20 +++ b/sys-cluster/ceph/ceph-0.80.10-r1.ebuild
21 @@ -14,7 +14,7 @@ if [[ $PV = *9999* ]]; then
22 KEYWORDS=""
23 else
24 SRC_URI="http://ceph.com/download/${P}.tar.bz2"
25 - KEYWORDS="~amd64 ~x86"
26 + KEYWORDS="amd64 x86"
27 fi
28
29 inherit autotools eutils multilib python-any-r1 udev readme.gentoo ${scm_eclass}