mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-14 14:09:14 +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>
32 lines
625 B
Bash
32 lines
625 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
SLOT="0"
|
|
DESCRIPTION="The Big Brother Data Base"
|
|
XEMACS_PKG_CAT="standard"
|
|
|
|
XEMACS_EXPERIMENTAL="true"
|
|
|
|
RDEPEND="app-xemacs/edit-utils
|
|
app-xemacs/gnus
|
|
app-xemacs/mh-e
|
|
app-xemacs/rmail
|
|
app-xemacs/supercite
|
|
app-xemacs/vm
|
|
app-xemacs/tm
|
|
app-xemacs/apel
|
|
app-xemacs/mail-lib
|
|
app-xemacs/xemacs-base
|
|
app-xemacs/w3
|
|
app-xemacs/fsf-compat
|
|
app-xemacs/xemacs-eterm
|
|
app-xemacs/sh-script
|
|
app-xemacs/net-utils
|
|
app-xemacs/os-utils
|
|
app-xemacs/ecrypto
|
|
"
|
|
KEYWORDS="~alpha amd64 ppc ppc64 ~riscv ~sparc x86"
|
|
|
|
inherit xemacs-packages
|