diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-02-09 17:28:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-02-09 17:28:52 +0000 |
commit | e761d6a64054eb460d30d3d040f4bca821585434 (patch) | |
tree | 8c2052528c4e6a54ca4d71f427b017a890cd6088 /testing | |
parent | b43b8fae5e6c22aaf5e76899948942a50a6a0b6b (diff) | |
download | aports-e761d6a64054eb460d30d3d040f4bca821585434.tar.bz2 aports-e761d6a64054eb460d30d3d040f4bca821585434.tar.xz |
testing/virtualbox-guest-modules: enable on x86
Diffstat (limited to 'testing')
-rw-r--r-- | testing/virtualbox-guest-modules/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/virtualbox-guest-modules/APKBUILD b/testing/virtualbox-guest-modules/APKBUILD index 1e3ff105f4..921d1e2d29 100644 --- a/testing/virtualbox-guest-modules/APKBUILD +++ b/testing/virtualbox-guest-modules/APKBUILD @@ -27,7 +27,7 @@ pkgname=${_name}-${_flavor} pkgver=$_kver pkgrel=$(($_kpkgrel + $_mypkgrel)) pkgdesc="VirtualBox Additions kernel modules for $_flavor " -arch='x86_64' +arch='x86 x86_64' url='http://virtualbox.org' license="GPL custom" makedepends="linux-grsec-dev sed" |