blob: 483bb999139f3f38b85db13db6fff6f810c00a09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/lookup/lookup-1.15.ebuild,v 1.2 2007/05/29 20:48:08 armin76 Exp $
SLOT="0"
IUSE=""
DESCRIPTION="MULE: Dictionary support"
PKG_CAT="mule"
RDEPEND="app-xemacs/mule-base
app-xemacs/cookie
"
KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86"
inherit xemacs-packages
|