diff options
author | Sam James <sam@gentoo.org> | 2021-01-01 23:00:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-01 23:00:48 +0000 |
commit | 388856e0d77cb957861d9ed35c3cca396addbe05 (patch) | |
tree | a143deba334da4626fd76e8428f114d10b68ecec /sys-cluster/ceph | |
parent | net-misc/asterisk: Stabilize 13.38.1 amd64, #761313 (diff) | |
download | gentoo-388856e0d77cb957861d9ed35c3cca396addbe05.tar.gz gentoo-388856e0d77cb957861d9ed35c3cca396addbe05.tar.bz2 gentoo-388856e0d77cb957861d9ed35c3cca396addbe05.zip |
sys-cluster/ceph: Stabilize 14.2.16 amd64, #761969
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ceph/ceph-14.2.16.ebuild b/sys-cluster/ceph/ceph-14.2.16.ebuild index ee4c404caa6a..bbb85722f3b3 100644 --- a/sys-cluster/ceph/ceph-14.2.16.ebuild +++ b/sys-cluster/ceph/ceph-14.2.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |