blob: 53fea27cb3ae9644eff9107ab7375c75580bc811 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/examine/examine-9999.ebuild,v 1.2 2005/01/01 15:01:21 eradicator Exp $
inherit enlightenment
DESCRIPTION="configuration library for applications based on the EFL"
DEPEND=">=dev-libs/eet-0.9.0
>=dev-db/edb-1.0.5
>=x11-libs/ewl-0.0.3.20031115
>=x11-libs/ecore-1.0.0_pre7
sys-libs/readline"
|