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

EAPI=2

inherit enlightenment

DESCRIPTION="library for handling of freedesktop.org specs (desktop/icon/theme/etc...)"
RDEPEND="
	>=dev-libs/ecore-9999
	>=dev-libs/eet-9999
	>=dev-libs/eina-9999
	x11-misc/xdg-utils"
DEPEND="${RDEPEND}"

IUSE="static-libs"