diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-27 11:46:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-27 11:46:47 +0000 |
commit | 6c475df5a5273371022c8114f226125f2e726596 (patch) | |
tree | 375ea2475849046eea8fad3f4e2b80887b2f4dbb /testing | |
parent | 43e19e531a983656b62b9e17b32da5ab331ded30 (diff) | |
download | aports-6c475df5a5273371022c8114f226125f2e726596.tar.bz2 aports-6c475df5a5273371022c8114f226125f2e726596.tar.xz |
testing/ocfs2-tools: retry after pkgconf disabled
Diffstat (limited to 'testing')
-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 1fe4a1c0a7..b64566bde8 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="" +arch="all" license="GPL2" depends= depends_dev="e2fsprogs-dev glib-dev readline-dev" |