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: Fri, 19 Oct 2018 17:52:46
Message-Id: 1539971544.ffb350eb1a2eca09fb0fbc4d757caf949e8af637.whissi@gentoo
1 commit: ffb350eb1a2eca09fb0fbc4d757caf949e8af637
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 19 17:49:05 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 17:52:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb350eb
7
8 sys-cluster/ceph: x86 stable (bug #668982)
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-cluster/ceph/ceph-12.2.8.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-cluster/ceph/ceph-12.2.8.ebuild b/sys-cluster/ceph/ceph-12.2.8.ebuild
17 index 9de69307ead..ffde184e3ce 100644
18 --- a/sys-cluster/ceph/ceph-12.2.8.ebuild
19 +++ b/sys-cluster/ceph/ceph-12.2.8.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
27 SRC_URI=""
28 else
29 SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
30 - KEYWORDS="~amd64 ~x86"
31 + KEYWORDS="~amd64 x86"
32 fi
33
34 DESCRIPTION="Ceph distributed filesystem"