commit: 646be3cc63dd9744552299371781eeff9949efd5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 08:37:39 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 08:38:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646be3cc
sys-cluster/ceph: Remove ~arm64 kw from 12.2.4-r2 due to deps
sys-cluster/ceph/ceph-12.2.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/ceph/ceph-12.2.4-r2.ebuild
b/sys-cluster/ceph/ceph-12.2.4-r2.ebuild
index 1fbe8083849..5205c01ab93 100644
--- a/sys-cluster/ceph/ceph-12.2.4-r2.ebuild
+++ b/sys-cluster/ceph/ceph-12.2.4-r2.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
SRC_URI=""
else
SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Ceph distributed filesystem"