Gentoo Archives: gentoo-dev

From: splite-gentoo@××××××××××××××××.edu
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] portage prize winners
Date: Thu, 03 Jun 2004 13:59:40
Message-Id: 20040603135937.GA29244@sigint.cs.purdue.edu
In Reply to: [gentoo-dev] portage prize winners by Aron Griffis
1 On Wed, Jun 02, 2004 at 09:28:17PM -0400, Aron Griffis wrote:
2 > Doing some maintenance on the tree, found some real prize winning
3 > brokenness. Here's just a taste...
4 >
5 > use python && use ppc || myconf="$myconf --with-python"
6
7 What's wrong with this? It's just a succinct way of saying:
8
9 if use python && ! use ppc; then
10 myconf="$myconf --with-python"
11 fi
12
13 --
14 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] portage prize winners Aron Griffis <agriffis@g.o>