2020-02-12 18:18:42 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2018-08-06 08:50:03 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
|
|
|
SLOT="0"
|
2018-08-10 08:40:15 +03:00
|
|
|
DESCRIPTION="General XEmacs documentation"
|
2018-08-06 08:50:03 +03:00
|
|
|
XEMACS_PKG_CAT="standard"
|
|
|
|
|
2018-08-10 08:40:15 +03:00
|
|
|
RDEPEND=""
|
2020-01-26 23:14:01 +03:00
|
|
|
KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
|
2018-08-06 08:50:03 +03:00
|
|
|
|
|
|
|
inherit xemacs-packages
|