diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-10 14:55:24 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-10 14:55:24 +0100 |
commit | b344fde7397cab847e31e9eb25b1d71158a6f800 (patch) | |
tree | 8d422fc77ad396e604440b9838cec8908b67a9eb /testing/php7 | |
parent | 9db98a17fabead3bbf63f1c407aa8728c7d163b8 (diff) | |
download | aports-b344fde7397cab847e31e9eb25b1d71158a6f800.tar.bz2 aports-b344fde7397cab847e31e9eb25b1d71158a6f800.tar.xz |
testing/php7: temporarily disable on x86
Diffstat (limited to 'testing/php7')
-rw-r--r-- | testing/php7/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7/APKBUILD b/testing/php7/APKBUILD index 9114ea4a4d..72e889c474 100644 --- a/testing/php7/APKBUILD +++ b/testing/php7/APKBUILD @@ -6,7 +6,7 @@ pkgver=7.0.3 pkgrel=0 pkgdesc="The PHP language runtime engine - 7th branch" url="http://www.php.net/" -arch="all" +arch="x86_64 armhf" license="PHP-3" options="textrels" depends="$pkgname-common" |