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

Attachments

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

Replies