aboutsummaryrefslogtreecommitdiffstats
path: root/testing/emacs
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-02-10 10:57:53 +0000
committerTimo Teräs <timo.teras@iki.fi>2015-02-10 10:57:53 +0000
commit1daee9b0c5463290c5827eaed11dff83396d33de (patch)
tree81541b7bd14998125f5b2f16604592d283bd9161 /testing/emacs
parent9be3772586a01f68c00305e3e4b36ba777384551 (diff)
downloadaports-1daee9b0c5463290c5827eaed11dff83396d33de.tar.bz2
aports-1daee9b0c5463290c5827eaed11dff83396d33de.tar.xz
testing/emacs*: fix arch for x86
Diffstat (limited to 'testing/emacs')
-rw-r--r--testing/emacs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/emacs/APKBUILD b/testing/emacs/APKBUILD
index 4eaff55347..dc241c3157 100644
--- a/testing/emacs/APKBUILD
+++ b/testing/emacs/APKBUILD
@@ -6,7 +6,7 @@ pkgver=24.99
pkgrel=0
gitver=7eb2077f9dd14ae9d70a12c621151afd50ea6e96
pkgdesc="The extensible, customizable, self-documenting real-time display editor"
-arch="i686 x86_64"
+arch="x86 x86_64"
url="http://www.gnu.org/software/emacs/emacs.html"
license="GPL3"
depends="hicolor-icon-theme desktop-file-utils"