diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-02-10 10:57:53 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-02-10 10:57:53 +0000 |
commit | 1daee9b0c5463290c5827eaed11dff83396d33de (patch) | |
tree | 81541b7bd14998125f5b2f16604592d283bd9161 /testing | |
parent | 9be3772586a01f68c00305e3e4b36ba777384551 (diff) | |
download | aports-1daee9b0c5463290c5827eaed11dff83396d33de.tar.bz2 aports-1daee9b0c5463290c5827eaed11dff83396d33de.tar.xz |
testing/emacs*: fix arch for x86
Diffstat (limited to 'testing')
-rw-r--r-- | testing/emacs-xorg/APKBUILD | 2 | ||||
-rw-r--r-- | testing/emacs/APKBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/emacs-xorg/APKBUILD b/testing/emacs-xorg/APKBUILD index 25899c57a4..b652318ce8 100644 --- a/testing/emacs-xorg/APKBUILD +++ b/testing/emacs-xorg/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" 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" |