Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
Date: Wed, 17 Apr 2019 18:07:20
Message-Id: 1555524182.6b0a43eddd95c86a14f03e1e35ee2d296a7260a5.bman@gentoo
1 commit: 6b0a43eddd95c86a14f03e1e35ee2d296a7260a5
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 17 18:03:02 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 17 18:03:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0a43ed
7
8 sys-cluster/ceph: arm64 keyworded (bug #615400)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 sys-cluster/ceph/ceph-12.2.12-r1.ebuild | 2 +-
14 sys-cluster/ceph/ceph-14.2.0-r5.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-cluster/ceph/ceph-12.2.12-r1.ebuild b/sys-cluster/ceph/ceph-12.2.12-r1.ebuild
18 index 4e1b592301e..783210078a8 100644
19 --- a/sys-cluster/ceph/ceph-12.2.12-r1.ebuild
20 +++ b/sys-cluster/ceph/ceph-12.2.12-r1.ebuild
21 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
22 SRC_URI=""
23 else
24 SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
25 - KEYWORDS="~amd64 ~x86"
26 + KEYWORDS="~amd64 ~arm64 ~x86"
27 fi
28
29 DESCRIPTION="Ceph distributed filesystem"
30
31 diff --git a/sys-cluster/ceph/ceph-14.2.0-r5.ebuild b/sys-cluster/ceph/ceph-14.2.0-r5.ebuild
32 index 7b499e4cb03..52a0a5582ab 100644
33 --- a/sys-cluster/ceph/ceph-14.2.0-r5.ebuild
34 +++ b/sys-cluster/ceph/ceph-14.2.0-r5.ebuild
35 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
36 SRC_URI=""
37 else
38 SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
39 - KEYWORDS="~amd64 ~x86"
40 + KEYWORDS="~amd64 ~arm64 ~x86"
41 fi
42
43 DESCRIPTION="Ceph distributed filesystem"