diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:17:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:17:27 +0000 |
commit | dd2550771f99e37421381b376cfcb71b51f1438c (patch) | |
tree | 709249d10c1cfc6f6a3a1e79742adb78575d6135 /main/ocfs2-tools | |
parent | 5d1dc6aa99f1f82745f554c6203e86c92d069dc7 (diff) | |
download | aports-dd2550771f99e37421381b376cfcb71b51f1438c.tar.bz2 aports-dd2550771f99e37421381b376cfcb71b51f1438c.tar.xz |
main/ocfs2-tools: disable due to not bulding with musl
Diffstat (limited to 'main/ocfs2-tools')
-rw-r--r-- | main/ocfs2-tools/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/ocfs2-tools/APKBUILD b/main/ocfs2-tools/APKBUILD index e49de3f742..1e33faa069 100644 --- a/main/ocfs2-tools/APKBUILD +++ b/main/ocfs2-tools/APKBUILD @@ -1,11 +1,10 @@ -# Contributor: # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=ocfs2-tools pkgver=1.6.4 pkgrel=1 pkgdesc="Oracle Cluster File System 2 utilities" url="http://oss.oracle.com/projects/ocfs2-tools" -arch="all" +arch="" license="GPL2" depends= depends_dev="e2fsprogs-dev glib-dev ncurses-dev readline-dev" |