blob: 5bf50d5ffbf4efbe49ce13512ac3efcaa2c790e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
XEMACS_PKG_CAT="standard"
inherit xemacs-packages
SLOT="0"
DESCRIPTION="Emacs Development Environment"
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
|