Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 483134 | Differences between
and this patch

Collapse All | Expand All

(-)vala-0.22.1.ebuild (-2 / +6 lines)
Lines 5-18 Link Here
5
EAPI="5"
5
EAPI="5"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
7
8
inherit gnome2
8
inherit gnome2 autotools
9
9
10
DESCRIPTION="Compiler for the GObject type system"
10
DESCRIPTION="Compiler for the GObject type system"
11
HOMEPAGE="https://wiki.gnome.org/Vala"
11
HOMEPAGE="https://wiki.gnome.org/Vala"
12
12
13
LICENSE="LGPL-2.1"
13
LICENSE="LGPL-2.1"
14
SLOT="0.22"
14
SLOT="0.22"
15
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
16
IUSE="test +vapigen"
16
IUSE="test +vapigen"
17
17
18
RDEPEND="
18
RDEPEND="
Lines 30-35 Link Here
30
		>=dev-libs/glib-2.26:2 )
30
		>=dev-libs/glib-2.26:2 )
31
"
31
"
32
32
33
src_prepare() {
34
	eautoreconf
35
}
36
33
src_configure() {
37
src_configure() {
34
	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
38
	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
35
	gnome2_src_configure \
39
	gnome2_src_configure \

Return to bug 483134