diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-12-14 11:28:24 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-12-14 11:28:24 +0000 |
commit | fea0698223ba0d1449de7d9170187a11bda3e2a5 (patch) | |
tree | 1c73c0af90a612d90400390b0741d337a2b1f457 /testing/ceph | |
parent | b9f52abf3d6699610f521c36af0d877325f94f05 (diff) | |
download | aports-fea0698223ba0d1449de7d9170187a11bda3e2a5.tar.bz2 aports-fea0698223ba0d1449de7d9170187a11bda3e2a5.tar.xz |
testing/ceph: build only for x86_64
Diffstat (limited to 'testing/ceph')
-rw-r--r-- | testing/ceph/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ceph/APKBUILD b/testing/ceph/APKBUILD index 9bfe00a6de..b2beecf0a2 100644 --- a/testing/ceph/APKBUILD +++ b/testing/ceph/APKBUILD @@ -5,12 +5,12 @@ pkgname=ceph pkgver=11.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="User space components of the Ceph file system" pkgusers="ceph" pkggroups="ceph" url="http://ceph.com" -arch="all" +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 |