diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2022-07-07 11:31:08 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2022-07-07 11:31:08 -0700 |
commit | baa4f8c8e1e3209e4ed2b6c2d0af92f87ff0a33c (patch) | |
tree | 42021693c4ba1cf87288275dc90077c0c95824d7 /sys-cluster/ceph | |
parent | sys-fs/btrfs-progs: check REPLACED_BY_VERSION in pkg_postrm (diff) | |
download | gentoo-baa4f8c8e1e3209e4ed2b6c2d0af92f87ff0a33c.tar.gz gentoo-baa4f8c8e1e3209e4ed2b6c2d0af92f87ff0a33c.tar.bz2 gentoo-baa4f8c8e1e3209e4ed2b6c2d0af92f87ff0a33c.zip |
sys-cluster/ceph: stabilize 16.2.9 for amd64
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-16.2.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-16.2.9.ebuild b/sys-cluster/ceph/ceph-16.2.9.ebuild index 4c0e1be4061e..688c98bb2b8f 100644 --- a/sys-cluster/ceph/ceph-16.2.9.ebuild +++ b/sys-cluster/ceph/ceph-16.2.9.ebuild @@ -12,7 +12,7 @@ inherit check-reqs bash-completion-r1 cmake python-r1 flag-o-matic \ lua-single udev readme.gentoo-r1 toolchain-funcs systemd tmpfiles SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" -KEYWORDS="~amd64 ~arm64 ~ppc64" +KEYWORDS="amd64 ~arm64 ~ppc64" DESCRIPTION="Ceph distributed filesystem" HOMEPAGE="https://ceph.com/" |