From cec3b11b2196b502c5f0f70668c14f59088f5200 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 3 Jan 2018 21:31:40 +0100 Subject: community/pifpaf: removed ceph support --- community/pifpaf/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'community/pifpaf') diff --git a/community/pifpaf/PKGBUILD b/community/pifpaf/PKGBUILD index a7dd6b6b..f0d201e3 100644 --- a/community/pifpaf/PKGBUILD +++ b/community/pifpaf/PKGBUILD @@ -1,3 +1,6 @@ # remove mongodb from checkdepends - it's not available for i686 and apparently not needed either checkdepends=(${checkdepends[@]/mongodb}) checkdepends=(${checkdepends[@]/consul}) + +# ceph doesn't run on 32-bit currently (see FS32#21) +checkdepends=(${checkdepends[@]/ceph}) -- cgit v1.2.3