diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-22 21:43:13 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-23 12:30:28 +0100 |
commit | 477d6d435422e3ae94b3569f7141c2b4f67b67e9 (patch) | |
tree | d4f6142b3ebc4b6164789d320d0dbeffcadc5468 /app-editors | |
parent | gnome-base/gconf: keyword 3.2.6-r5 for ~riscv (diff) | |
download | gentoo-477d6d435422e3ae94b3569f7141c2b4f67b67e9.tar.gz gentoo-477d6d435422e3ae94b3569f7141c2b4f67b67e9.tar.bz2 gentoo-477d6d435422e3ae94b3569f7141c2b4f67b67e9.zip |
app-editors/xemacs: keyword 21.5.34-r6 for -riscv
configure first reports
"XEmacs has no builtin knowledge of `riscv64' machines."
and subsequently aborts on size of short having been detected as 0.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.34-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/xemacs/xemacs-21.5.34-r6.ebuild b/app-editors/xemacs/xemacs-21.5.34-r6.ebuild index 7e8c4188da85..b1ec1ecf51e1 100644 --- a/app-editors/xemacs/xemacs-21.5.34-r6.ebuild +++ b/app-editors/xemacs/xemacs-21.5.34-r6.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://ftp.xemacs.org/xemacs-21.5/${P}.tar.gz LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 -riscv ~sparc ~x86" IUSE="alsa debug eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn xft xim athena neXt Xaw3d gdbm berkdb" X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps" |