diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-12 06:26:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-12 07:39:43 +0000 |
commit | e48b350ef731968d9a83938b853f341ea1106795 (patch) | |
tree | 90f73e9aa03578e7ecd8d7c9b88acdcdae25b0c5 | |
parent | 4979be8d1a8b85e58bc4836a5844392625025576 (diff) | |
download | aports-e48b350ef731968d9a83938b853f341ea1106795.tar.bz2 aports-e48b350ef731968d9a83938b853f341ea1106795.tar.xz |
testing/suspend-utils: fix arch
suspend utils depend on libx86 which is x86/x86_64 only
-rw-r--r-- | testing/suspend-utils/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/suspend-utils/APKBUILD b/testing/suspend-utils/APKBUILD index 0d1be1e449..4342d1238e 100644 --- a/testing/suspend-utils/APKBUILD +++ b/testing/suspend-utils/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.0 pkgrel=0 pkgdesc="Userspace Software Suspend (µswsusp)" url="http://suspend.sourceforge.net" -arch="all" +arch="x86 x86_64" license="GPL2" depends="" depends_dev="" |