diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-12 09:08:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-12 09:08:58 +0000 |
commit | 5bb1363654a605b9943689f44e396f59c7e7ffef (patch) | |
tree | 39f0d542a475e48244c4758fdb92637c23974f67 /testing/emacs | |
parent | 48bc28151a247c55cd44c1bc5e9fcc58b070a74a (diff) | |
download | aports-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/emacs')
-rw-r--r-- | testing/emacs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/emacs/APKBUILD b/testing/emacs/APKBUILD index 6c5d9ffaf4..cdc3afc752 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="" |