diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-13 07:28:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-13 07:29:14 +0000 |
commit | 0e1ae8f3da2d9058f038547b1ad9a9a37175a707 (patch) | |
tree | 5cc4fc8915adb0a43ae5f020a138fd5feb82403c /testing/zfs-grsec/APKBUILD | |
parent | 95e36e375c1204cb133dee6b1778a1aa59973adb (diff) | |
download | aports-0e1ae8f3da2d9058f038547b1ad9a9a37175a707.tar.bz2 aports-0e1ae8f3da2d9058f038547b1ad9a9a37175a707.tar.xz |
testing/zfs-grsec: enable again
Diffstat (limited to 'testing/zfs-grsec/APKBUILD')
-rw-r--r-- | testing/zfs-grsec/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/zfs-grsec/APKBUILD b/testing/zfs-grsec/APKBUILD index 7433a0442c..39f5e145e8 100644 --- a/testing/zfs-grsec/APKBUILD +++ b/testing/zfs-grsec/APKBUILD @@ -27,8 +27,7 @@ pkgver=$_kver pkgrel=$(($_kpkgrel + $_mypkgrel)) pkgdesc="ZFS for Linux" url="http://zfsonlinux.org" -#arch="x86 x86_64" -arch= +arch="x86 x86_64" license="CDDL" depends="spl-$_flavor" depends_dev="glib-dev e2fsprogs-dev util-linux-dev |