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

inherit eggs

DEPEND="sys-libs/readline"
RDEPEND="${DEPEND}"

DESCRIPTION="Chicken-Scheme binding for the GNU readline library."

LICENSE="GPL-2"
KEYWORDS="~x86"