diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-21 14:49:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-21 14:49:40 +0000 |
commit | f7cd20c817df185d371a5ce2f1f3489d7d567450 (patch) | |
tree | d1f120f70ffdd59fcd0e9cafff1c94fc4a7e66ff /testing | |
parent | f29686ec199c2d20ebe9cd2196d5c8c529588620 (diff) | |
download | aports-f7cd20c817df185d371a5ce2f1f3489d7d567450.tar.bz2 aports-f7cd20c817df185d371a5ce2f1f3489d7d567450.tar.xz |
testing/virtualbox-additions-grsec: disable for now
Diffstat (limited to 'testing')
-rw-r--r-- | testing/virtualbox-additions-grsec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/virtualbox-additions-grsec/APKBUILD b/testing/virtualbox-additions-grsec/APKBUILD index 772551a5c3..8f3d9e5b2c 100644 --- a/testing/virtualbox-additions-grsec/APKBUILD +++ b/testing/virtualbox-additions-grsec/APKBUILD @@ -26,7 +26,7 @@ pkgname=${_name}-${_flavor} pkgver=$_kver pkgrel=$(($_kpkgrel + $_mypkgrel)) pkgdesc="Virtual box addtions kernel modules for $_flavor " -arch="x86" +arch="" url='http://virtualbox.org' license="GPL custom" makedepends="linux-grsec-dev" |