# Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="Vala - Compiler for the GObject type system" HOMEPAGE="http://live.gnome.org/Vala" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug vapigen" DEPEND=">=dev-libs/glib-2.10 vapigen? (dev-perl/XML-Twig)" RDEPEND="${DEPEND}" DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" pkg_setup() { G2CONF="${G2CONF} $(use_enable debug) \ $(use_enable vapigen)" }