mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 15:19:09 +02:00
32 lines
624 B
Bash
32 lines
624 B
Bash
# Copyright 1999-2022 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
|