diff options
Diffstat (limited to 'testing/ceph/APKBUILD')
-rw-r--r-- | testing/ceph/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ceph/APKBUILD b/testing/ceph/APKBUILD index 96e99dcfd1..4446263152 100644 --- a/testing/ceph/APKBUILD +++ b/testing/ceph/APKBUILD @@ -10,7 +10,7 @@ pkgdesc="User space components of the Ceph file system" pkgusers="ceph" pkggroups="ceph" url="http://ceph.com" -arch="x86_64 ppc64le" +arch="x86_64" license="LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT" depends="ceph-osd ceph-mds ceph-mon" |