Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: Gentoo Developers <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] mod_php-5.0.2 possible bug (wanted to bounce off here before reporting)
Date: Thu, 02 Dec 2004 22:07:04
Message-Id: 20041202220603.GA24991@curie-int.orbis-terrarum.net
In Reply to: [gentoo-dev] mod_php-5.0.2 possible bug (wanted to bounce off here before reporting) by "D. Wokan"
1 On Thu, Dec 02, 2004 at 02:53:17PM -0700, D. Wokan wrote:
2 > From mod_php-5.0.2.ebuild ...
3 > HAVE_APACHE1=
4 > HAVE_APACHE2=
5 > has_version '=net-www/apache-1*' && HAVE_APACHE1=1
6 > has_version '=net-www/apache-2*' && HAVE_APACHE2=1
7 > Shouldn't it be...
8 > HAVE_APACHE1=
9 > has_version '=net-www/apache-1*' && HAVE_APACHE1=1
10 > HAVE_APACHE2=
11 > has_version '=net-www/apache-2*' && HAVE_APACHE2=1
12 >
13 > Or am I missing some kind of cascading equation that's supposed to be
14 > occuring? (a=b=c)
15 I don't know why you see this as an error...
16 There are two variables, HAVE_APACHE2 and HAVE_APACHE1, and each has two
17 lines of code dealing with them (one to initialize to empty, and another
18 to set to '1' if a condition is true).
19
20 --
21 Robin Hugh Johnson
22 E-Mail : robbat2@××××××××××××××.net
23 Home Page : http://www.orbis-terrarum.net/?l=people.robbat2
24 ICQ# : 30269588 or 41961639
25 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85