Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] new vala.eclass
Date: Sun, 26 Aug 2012 04:10:26
Message-Id: 20537.18304.877062.568911@a1i15.kph.uni-mainz.de
In Reply to: Re: [gentoo-dev] [RFC] new vala.eclass by Alexandre Rostovtsev
1 >>>>> On Sat, 25 Aug 2012, Alexandre Rostovtsev wrote:
2
3 > export VALAC=$(type -P valac-${VALA_API_VERSION})
4 > export VALA=$(type -P vala-${VALA_API_VERSION})
5 > export VALA_GEN_INTROSPECT=$(type -P vala-gen-introspect-${VALA_API_VERSION})
6 > export VAPIGEN="$(type -P vapigen-${VALA_API_VERSION})"
7
8 Is it guaranteed that these commands are present at pkg_setup time?
9
10 Ulrich

Replies

Subject Author
Re: [gentoo-dev] [RFC] new vala.eclass Alexandre Rostovtsev <tetromino@g.o>