diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-27 11:39:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-27 11:39:10 +0000 |
commit | 43e19e531a983656b62b9e17b32da5ab331ded30 (patch) | |
tree | beec8fb2a3cab5504b3e3068d6211e83e3c693fc /testing/ocfs2-tools | |
parent | ee1b7b38a78d5c40fc4f873aa335b86e74fe224e (diff) | |
download | aports-43e19e531a983656b62b9e17b32da5ab331ded30.tar.bz2 aports-43e19e531a983656b62b9e17b32da5ab331ded30.tar.xz |
main/ocfs2-tools: disable til we have resolved the pkg-config issues
Diffstat (limited to 'testing/ocfs2-tools')
-rw-r--r-- | testing/ocfs2-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocfs2-tools/APKBUILD b/testing/ocfs2-tools/APKBUILD index b64566bde8..1fe4a1c0a7 100644 --- a/testing/ocfs2-tools/APKBUILD +++ b/testing/ocfs2-tools/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.4.4 pkgrel=3 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 readline-dev" |