blob: 0c415e3abbf6567266fddf41491811e35d6526e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
E_SNAP_DATE="2009-06-14"
inherit enlightenment
DESCRIPTION="library for handling of freedesktop.org specs (desktop/icon/theme/etc...)"
HOMEPAGE="http://enlightenment.org"
IUSE="hiddenvisibility"
RDEPEND="=x11-libs/ecore-0.9.9.061"
DEPEND=">=dev-util/pkgconfig-0.9.0"
MY_ECONF="$(use_enable hiddenvisibility hidden-visibility)"
|