blob: f90b88b477c33e8df1ec0cf2cf57256d56b9b02b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit enlightenment
DESCRIPTION="edje viewer based on elementary"
DEPEND="dev-libs/eina
dev-python/python-elementary
dev-python/python-ecore
dev-python/python-evas
dev-python/python-edje
x11-wm/enlightenment"
|