summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-12 09:08:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-12 09:08:58 +0000
commit5bb1363654a605b9943689f44e396f59c7e7ffef (patch)
tree39f0d542a475e48244c4758fdb92637c23974f67 /testing
parent48bc28151a247c55cd44c1bc5e9fcc58b070a74a (diff)
downloadaports-5bb1363654a605b9943689f44e396f59c7e7ffef.tar.bz2
aports-5bb1363654a605b9943689f44e396f59c7e7ffef.tar.xz
testing/emacs: disable x86_64 for now
Due to the error: /home/autobuild/aports/testing/emacs/src/emacs-23.3/lib-src/test-distrib: can't handle reloc type R_X86_64_RELATIVE make[1]: *** [test-distrib] Error 1
Diffstat (limited to 'testing')
-rw-r--r--testing/emacs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/emacs/APKBUILD b/testing/emacs/APKBUILD
index 6c5d9ffaf..cdc3afc75 100644
--- a/testing/emacs/APKBUILD
+++ b/testing/emacs/APKBUILD
@@ -5,7 +5,7 @@ pkgver=23.3a
pkgrel=0
pkgdesc="GNU Emacs text editor"
url="http://www.gnu.org/software/emacs/"
-arch="all"
+arch="x86"
license="GPLv3+"
depends=""
depends_dev=""