23 lines
456 B
Bash
23 lines
456 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
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 ~sparc ~x86"
|
|
|
|
inherit xemacs-packages
|