Gentoo Archives: gentoo-dev

From: Aron Griffis <agriffis@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] portage prize winners
Date: Thu, 03 Jun 2004 02:05:32
Message-Id: 20040603012817.GI28644@time.flatmonk.org
1 Doing some maintenance on the tree, found some real prize winning
2 brokenness. Here's just a taste...
3
4 postgresql:
5
6 if [ "`use java`" -a ! "`use amd64`" ]; then
7 if [ "`use amd64`" ]; then
8 ewarn "Ignore USE=\"java\" in amd64"
9 fi
10 fi
11 ...
12 use python && use ppc || myconf="$myconf --with-python"
13
14 uclibc-buildroot:
15
16 if [ `use pie` && ${TARGETARCH}=="i386" ]; then
17 ...
18 if [ -f /etc/embedded/busybox.config && `use savedconfig` ]; then
19
20 xsim:
21
22 if [ -n "$(use debug && use oskit-noassert)" ] ; then
23
24 --
25 Aron Griffis
26 Gentoo Linux Developer

Replies

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