diff options
Diffstat (limited to 'main/libelf')
-rw-r--r-- | main/libelf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libelf/APKBUILD b/main/libelf/APKBUILD index 5031f4c5d9..2cd2f1e628 100644 --- a/main/libelf/APKBUILD +++ b/main/libelf/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.8.13 pkgrel=0 pkgdesc="libelf is a free ELF object file access library" url="http://www.mr511.de/software/" -arch="x86 x86_64" +arch="all" license="GPL" depends= makedepends= |