diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-31 22:44:09 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-31 23:22:13 -0700 |
commit | aea2b2655be327ee1e12dd20f01e66a270162b1d (patch) | |
tree | 0f56147f0fbec206ae5c63287ce55d17a7c94db5 /sys-cluster | |
parent | sci-libs/scikits_learn: add ~ppc64 keyword, bug #715962 (diff) | |
download | gentoo-aea2b2655be327ee1e12dd20f01e66a270162b1d.tar.gz gentoo-aea2b2655be327ee1e12dd20f01e66a270162b1d.tar.bz2 gentoo-aea2b2655be327ee1e12dd20f01e66a270162b1d.zip |
sys-cluster/ceph: re-add ~ppc64 keyword to ceph-15, bug #715962
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-15.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-15.2.3.ebuild b/sys-cluster/ceph/ceph-15.2.3.ebuild index d84666892676..6b0fa3f4c3b2 100644 --- a/sys-cluster/ceph/ceph-15.2.3.ebuild +++ b/sys-cluster/ceph/ceph-15.2.3.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~ppc64" fi DESCRIPTION="Ceph distributed filesystem" |