blob: 1ca4dcf5039f9cd2b6eace8c20d6465da5f2e9f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/fsf-compat/fsf-compat-1.11.ebuild,v 1.8 2005/01/01 17:05:01 eradicator Exp $
SLOT="0"
IUSE=""
DESCRIPTION="FSF Emacs compatibility files."
PKG_CAT="standard"
DEPEND="app-xemacs/xemacs-base
"
KEYWORDS="x86 ppc ~alpha sparc"
inherit xemacs-packages
|