diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-21 00:58:03 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-21 01:09:37 -0800 |
commit | d8946e4bef136605296d31256eae9f6c8ca43dca (patch) | |
tree | 4e939dd81330f89c702266cc93b9f0c6891eaaa4 /sys-cluster | |
parent | dev-util/google-perftools: revbump 2.7, fix ppc64le bugs (diff) | |
download | gentoo-d8946e4bef136605296d31256eae9f6c8ca43dca.tar.gz gentoo-d8946e4bef136605296d31256eae9f6c8ca43dca.tar.bz2 gentoo-d8946e4bef136605296d31256eae9f6c8ca43dca.zip |
sys-cluster/ceph: keyword 14.2.5 on ~ppc64
note: it requires google-perftools-2.7-r1 to build on ppc64
but I don't want to change ebuild deps
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-14.2.5.ebuild b/sys-cluster/ceph/ceph-14.2.5.ebuild index 95bdb0d89fbc..56e2cc8267a4 100644 --- a/sys-cluster/ceph/ceph-14.2.5.ebuild +++ b/sys-cluster/ceph/ceph-14.2.5.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" + KEYWORDS="~amd64 ~arm64 ~ppc64" fi DESCRIPTION="Ceph distributed filesystem" |