diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2021-04-02 21:16:17 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2021-04-02 21:20:03 -0700 |
commit | de4481629631128236b043290d5b07c82a63a6f9 (patch) | |
tree | 77ca2b5fbd5c9b6cd588f9d6a47f191918dbe57b /sys-cluster/ceph | |
parent | sys-cluster/ceph-16.2.0: Version bump (diff) | |
download | gentoo-de4481629631128236b043290d5b07c82a63a6f9.tar.gz gentoo-de4481629631128236b043290d5b07c82a63a6f9.tar.bz2 gentoo-de4481629631128236b043290d5b07c82a63a6f9.zip |
sys-cluster/ceph-14.2.19: Stabilize on amd64
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-14.2.19.ebuild b/sys-cluster/ceph/ceph-14.2.19.ebuild index 9b819976edd8..dd17dadcdbb7 100644 --- a/sys-cluster/ceph/ceph-14.2.19.ebuild +++ b/sys-cluster/ceph/ceph-14.2.19.ebuild @@ -17,7 +17,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" |