# 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 gen-project" RDEPEND=">=dev-libs/glib-2.10 gen-project? ( >=x11-libs/gtk+-2.0 )" DEPEND="${RDEPEND} sys-devel/flex || (sys-devel/bison dev-util/yacc) " DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" pkg_setup() { G2CONF="${G2CONF} $(use_enable debug) \ $(use_enable vapigen) $(use_enable gen-project)" }