--- vala-0.22.1.ebuild 2013-12-22 17:01:09.000000000 +0100 +++ vala-0.22.1.ebuild 2014-02-07 07:17:29.449617820 +0100 @@ -5,14 +5,14 @@ EAPI="5" GCONF_DEBUG="no" -inherit gnome2 +inherit gnome2 autotools DESCRIPTION="Compiler for the GObject type system" HOMEPAGE="https://wiki.gnome.org/Vala" LICENSE="LGPL-2.1" SLOT="0.22" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="test +vapigen" RDEPEND=" @@ -30,6 +30,10 @@ >=dev-libs/glib-2.26:2 ) " +src_prepare() { + eautoreconf +} + src_configure() { DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" gnome2_src_configure \ --- /dev/null 2014-02-05 15:16:17.274000000 +0100 +++ 2014-02-07 07:16:45.746617777 +0100