diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-17 14:03:02 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-17 14:03:02 -0400 |
commit | 6b0a43eddd95c86a14f03e1e35ee2d296a7260a5 (patch) | |
tree | fbbc3307ec0728f506ab1a4d0aaf8c571e75b762 /sys-cluster | |
parent | dev-python/zope-testing: arm64 keyworded (bug #615400) (diff) | |
download | gentoo-6b0a43eddd95c86a14f03e1e35ee2d296a7260a5.tar.gz gentoo-6b0a43eddd95c86a14f03e1e35ee2d296a7260a5.tar.bz2 gentoo-6b0a43eddd95c86a14f03e1e35ee2d296a7260a5.zip |
sys-cluster/ceph: arm64 keyworded (bug #615400)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-12.2.12-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.0-r5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ceph/ceph-12.2.12-r1.ebuild b/sys-cluster/ceph/ceph-12.2.12-r1.ebuild index 4e1b592301e5..783210078a84 100644 --- a/sys-cluster/ceph/ceph-12.2.12-r1.ebuild +++ b/sys-cluster/ceph/ceph-12.2.12-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Ceph distributed filesystem" diff --git a/sys-cluster/ceph/ceph-14.2.0-r5.ebuild b/sys-cluster/ceph/ceph-14.2.0-r5.ebuild index 7b499e4cb031..52a0a5582aba 100644 --- a/sys-cluster/ceph/ceph-14.2.0-r5.ebuild +++ b/sys-cluster/ceph/ceph-14.2.0-r5.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Ceph distributed filesystem" |