Gentoo Archives: gentoo-dev

From: Peter Weller <welp@g.o>
To: gentoo-dev@l.g.o
Cc: Donnie Berkholz <dberkholz@g.o>
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-editors/tea: ChangeLog tea-17.4.1.ebuild
Date: Sat, 17 Nov 2007 21:59:25
Message-Id: 1195336541.7149.6.camel@Nietzsche.home
In Reply to: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-editors/tea: ChangeLog tea-17.4.1.ebuild by Peter Weller
1 On Sat, 2007-11-17 at 21:43 +0000, Peter Weller wrote:
2 > On Sat, 2007-11-17 at 12:53 -0800, Donnie Berkholz wrote:
3 > > On 17:30 Sat 17 Nov , Peter Weller (welp) wrote:
4 > > > 1.1 app-editors/tea/tea-17.4.1.ebuild
5 > > >
6 > > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.4.1.ebuild?rev=1.1&view=markup
7 > > > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.4.1.ebuild?rev=1.1&content-type=text/plain
8 > >
9 > > > src_compile() {
10 > > > local myconf
11 > > >
12 > > > if use hacking; then
13 > > > myconf="${myconf} --enable-hacking"
14 > > > fi
15 > > > if ! use gnome; then
16 > > > myconf="${myconf} --enable-legacy"
17 > > > fi
18 > > > if use enchant; then
19 > > > myconf="${myconf} --enable-enchant"
20 > > > fi
21 > > >
22 > > > econf \
23 > > > $(use_enable ipv6) \
24 > > > ${myconf} || die "econf failed!"
25 > >
26 > > Any reason the rest of the flags aren't using use_enable()?
27 > >
28 > > Thanks,
29 > > Donnie
30 >
31 > Yes. At least there used to be. I should check to see what the status is
32 > at the moment. The configure script doesn't(/didn't) know about
33 > --disable option(s) for at least some of the configuration flags, and
34 > runtime problems were experienced in some cases. This may or may not be
35 > fixed now, so I should check it out.
36 >
37 > welp
38
39 (To clarify: There was *something* wrong with use_enable(), I just can't
40 remember exactly *what* the problem was. Will look into it tomorrow
41 morning GMT.)

Attachments

File name MIME type
signature.asc application/pgp-signature