diff options
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-14.2.11.ebuild b/sys-cluster/ceph/ceph-14.2.11.ebuild index 9da1e1fe06c8..cab350b3f499 100644 --- a/sys-cluster/ceph/ceph-14.2.11.ebuild +++ b/sys-cluster/ceph/ceph-14.2.11.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="amd64 ~ppc64" fi DESCRIPTION="Ceph distributed filesystem" |