diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-22 08:54:28 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-22 08:54:28 +0200 |
commit | 2988c188afe61e81754ee9dd15365b7a77f7a6d2 (patch) | |
tree | e44bab6148c752dc898e86d8fc25d2fdb24d5477 /sys-cluster/ceph | |
parent | dev-util/ostree: amd64 stable wrt bug #814089 (diff) | |
download | gentoo-2988c188afe61e81754ee9dd15365b7a77f7a6d2.tar.gz gentoo-2988c188afe61e81754ee9dd15365b7a77f7a6d2.tar.bz2 gentoo-2988c188afe61e81754ee9dd15365b7a77f7a6d2.zip |
sys-cluster/ceph: amd64 stable wrt bug #814119
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-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" |