diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-03 21:30:57 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-03 21:30:57 +0100 |
commit | 7d8b7d75aee219cdf0303a870c2f55dd75ed56cd (patch) | |
tree | cd545103ef8cfbe156daba46bb06c4f4c0ca6ce4 /community | |
parent | ccad814460f4178af5e2e8a1565770189cde1afa (diff) | |
download | packages-7d8b7d75aee219cdf0303a870c2f55dd75ed56cd.tar.xz |
community/fio: removed ceph support
Diffstat (limited to 'community')
-rw-r--r-- | community/fio/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD new file mode 100644 index 00000000..4e7a31b4 --- /dev/null +++ b/community/fio/PKGBUILD @@ -0,0 +1,3 @@ +# ceph doesn't run on 32-bit currently (see FS32#21) + +depends=(${depends[@]/ceph}) |