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

EGIT_SUB_PROJECT="legacy"
EGIT_URI_APPEND=${PN}
EGIT_BRANCH=${PN}-1.7

inherit enlightenment

DESCRIPTION="load and control programs compiled in embryo language (small/pawn variant)"

IUSE="static-libs"

DEPEND=">=dev-libs/eina-9999"
RDEPEND=${DEPEND}