summaryrefslogtreecommitdiff
blob: a763276ddd8405a61a5e30fe5d066a28af74298b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eggs

DESCRIPTION="Unicode support."

LICENSE="BSD"
KEYWORDS="~x86"

DEPEND="dev-chicken/syntax-case
        dev-chicken/iset"
RDEPEND="${DEPEND}"