Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
| Navigation: |
|
Lists:
gentoo-dev:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
Gentoo Developers <gentoo-dev@g.o>
|
|
From:
|
"Robin H. Johnson" <robbat2@g.o>
|
|
Subject:
|
Re: mod_php-5.0.2 possible bug (wanted to bounce off here before reporting)
|
|
Date:
|
Thu, 02 Dec 2004 14:06:03 -0800
|
|
On Thu, Dec 02, 2004 at 02:53:17PM -0700, D. Wokan wrote:
> From mod_php-5.0.2.ebuild ...
> HAVE_APACHE1=
> HAVE_APACHE2=
> has_version '=net-www/apache-1*' && HAVE_APACHE1=1
> has_version '=net-www/apache-2*' && HAVE_APACHE2=1
> Shouldn't it be...
> HAVE_APACHE1=
> has_version '=net-www/apache-1*' && HAVE_APACHE1=1
> HAVE_APACHE2=
> has_version '=net-www/apache-2*' && HAVE_APACHE2=1
>
> Or am I missing some kind of cascading equation that's supposed to be
> occuring? (a=b=c)
I don't know why you see this as an error...
There are two variables, HAVE_APACHE2 and HAVE_APACHE1, and each has two
lines of code dealing with them (one to initialize to empty, and another
to set to '1' if a condition is true).
--
Robin Hugh Johnson
E-Mail : robbat2@...
Home Page : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ# : 30269588 or 41961639
GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85
|
|