blob: a34c3a4b0f3407daba74a47b83957e61ab5f3f49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/latin-euro-standards/latin-euro-standards-1.07.ebuild,v 1.1 2006/11/12 15:36:09 graaff Exp $
SLOT="0"
IUSE=""
DESCRIPTION="MULE: Support for the Latin{7,8,9,10} character sets & coding systems."
PKG_CAT="mule"
RDEPEND="app-xemacs/mule-base
"
KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64"
inherit xemacs-packages
|