diff options
author | 2020-02-05 11:51:01 -0800 | |
---|---|---|
committer | 2020-02-05 11:56:54 -0800 | |
commit | 9d9398176cc0770b8d3e845c85a490b1c94e3c7e (patch) | |
tree | dcbb2bea1082cb5c9d497018f804726c0d4878a7 /sys-cluster/ceph | |
parent | dev-python/pysrt: Remove py2 (diff) | |
download | gentoo-9d9398176cc0770b8d3e845c85a490b1c94e3c7e.tar.gz gentoo-9d9398176cc0770b8d3e845c85a490b1c94e3c7e.tar.bz2 gentoo-9d9398176cc0770b8d3e845c85a490b1c94e3c7e.zip |
sys-cluster/ceph-14.2.7: amd64 stable (bug #684860)
Closes: https://bugs.gentoo.org/684860
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-14.2.7.ebuild b/sys-cluster/ceph/ceph-14.2.7.ebuild index a1ec2d75760f..971298be9bf5 100644 --- a/sys-cluster/ceph/ceph-14.2.7.ebuild +++ b/sys-cluster/ceph/ceph-14.2.7.ebuild @@ -17,7 +17,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" |