# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" E_SNAP_DATE="2009-12-02" inherit enlightenment DESCRIPTION="Multi-platform library that provides optimized data types and tools" HOMEPAGE="http://www.enlightenment.org/" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="doc" RDEPEND="" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" src_configure() { use doc || MY_ECONF="--disable-doc" }