mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
23 lines
459 B
Bash
23 lines
459 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
SLOT="0"
|
|
DESCRIPTION="A Web browser"
|
|
XEMACS_PKG_CAT="standard"
|
|
|
|
XEMACS_EXPERIMENTAL="true"
|
|
|
|
RDEPEND="app-xemacs/mail-lib
|
|
app-xemacs/xemacs-base
|
|
app-xemacs/ecrypto
|
|
app-xemacs/gnus
|
|
app-xemacs/net-utils
|
|
app-xemacs/sh-script
|
|
app-xemacs/fsf-compat
|
|
app-xemacs/xemacs-eterm
|
|
"
|
|
KEYWORDS="~alpha amd64 ppc ppc64 ~riscv ~sparc x86"
|
|
|
|
inherit xemacs-packages
|