diff options
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-15.2.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-15.2.16.ebuild b/sys-cluster/ceph/ceph-15.2.16.ebuild index 978bc4fd9e23..0b443b7f37b3 100644 --- a/sys-cluster/ceph/ceph-15.2.16.ebuild +++ b/sys-cluster/ceph/ceph-15.2.16.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64" + KEYWORDS="" fi DESCRIPTION="Ceph distributed filesystem" |