aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-12 06:26:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-12 07:39:43 +0000
commite48b350ef731968d9a83938b853f341ea1106795 (patch)
tree90f73e9aa03578e7ecd8d7c9b88acdcdae25b0c5
parent4979be8d1a8b85e58bc4836a5844392625025576 (diff)
downloadaports-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/APKBUILD2
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=""