Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, welp@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-editors/tea: ChangeLog tea-17.4.1.ebuild
Date: Sat, 17 Nov 2007 20:58:32
Message-Id: 20071117205358.GA10091@supernova
1 On 17:30 Sat 17 Nov , Peter Weller (welp) wrote:
2 > 1.1 app-editors/tea/tea-17.4.1.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.4.1.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.4.1.ebuild?rev=1.1&content-type=text/plain
6
7 > src_compile() {
8 > local myconf
9 >
10 > if use hacking; then
11 > myconf="${myconf} --enable-hacking"
12 > fi
13 > if ! use gnome; then
14 > myconf="${myconf} --enable-legacy"
15 > fi
16 > if use enchant; then
17 > myconf="${myconf} --enable-enchant"
18 > fi
19 >
20 > econf \
21 > $(use_enable ipv6) \
22 > ${myconf} || die "econf failed!"
23
24 Any reason the rest of the flags aren't using use_enable()?
25
26 Thanks,
27 Donnie
28 --
29 gentoo-dev@g.o mailing list

Replies