blob: 36e920c35d58edcfc6ed0f985b522c7c9c7ac003 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
SLOT="0"
DESCRIPTION="User interface tool."
XEMACS_PKG_CAT="standard"
XEMACS_EXPERIMENTAL=true
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
inherit xemacs-packages
|