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