blob: d5d5c647b845d524af48964affe6e3c94ecb0ef0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/engrave/engrave-9999.ebuild,v 1.6 2006/08/25 07:04:03 vapier Exp $
inherit enlightenment
DESCRIPTION="library for editing the contents of edje files"
DEPEND=">=x11-libs/ecore-0.9.9
>=x11-libs/evas-0.9.9"
|