commit: 477d6d435422e3ae94b3569f7141c2b4f67b67e9 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Sun Aug 22 20:43:13 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Aug 23 11:30:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477d6d43
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 <AT> gentoo.org> app-editors/xemacs/xemacs-21.5.34-r6.ebuild | 2 +- profiles/arch/riscv/package.use.mask | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-editors/xemacs/xemacs-21.5.34-r6.ebuild b/app-editors/xemacs/xemacs-21.5.34-r6.ebuild index 7e8c4188da8..b1ec1ecf51e 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" diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 947a01d4a7f..a1544fa35d3 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,9 +1,11 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Marek Szuba <[email protected]> (2021-08-18) +# Marek Szuba <[email protected]> (2021-08-22) # net-fs/openafs does not support riscv app-crypt/heimdal afs +# app-editors/xemacs reports arch as unknown, fails to build +dev-lang/ruby xemacs # Yixun Lan <[email protected]> (2021-08-20) # dependencies not keyworded/tested
