diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-05 17:48:09 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-05 17:48:09 +0000 |
commit | 748a3506601b931312f44a590eadb2950899fab1 (patch) | |
tree | 92f6bbd9fb3f09d74140681e676553f64fc1e54c | |
parent | da98faf81547f4f30f0a3d5b11a2a5a0334c949e (diff) | |
download | aports-748a3506601b931312f44a590eadb2950899fab1.tar.bz2 aports-748a3506601b931312f44a590eadb2950899fab1.tar.xz |
testing/ceph: disable on ppc64le
-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" |