Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt][PREFIX][solaris] patch for python-2.4.4-r04.2
Date: Mon, 11 Jun 2007 10:42:47
Message-Id: 20070611104218.GB23565@gentoo.org
In Reply to: [gentoo-alt][PREFIX][solaris] patch for python-2.4.4-r04.2 by Fabrizio Listello
1 On 11-06-2007 12:39:24 +0200, Fabrizio Listello wrote:
2 > This is a little patch for python ebuild.
3 > I just added '{}' or it will die for every non-darwin.
4
5 my apologies for my lameness. Consider it fixed.
6
7 Thanks!
8
9 >
10 >
11 > svn diff python-2.4.4-r04.2.ebuild
12 > Index: python-2.4.4-r04.2.ebuild
13 > ===================================================================
14 > --- python-2.4.4-r04.2.ebuild (revision 6685)
15 > +++ python-2.4.4-r04.2.ebuild (working copy)
16 > @@ -197,7 +197,7 @@
17 > --with-gcc \
18 > ${myconf} || die
19 > emake || die "Parallel make failed"
20 > - [[ ${CHOST} == *-darwin* ]] && emake libpython2.4.dylib || die
21 > + [[ ${CHOST} == *-darwin* ]] && { emake libpython2.4.dylib || die }
22 > }
23 >
24 > src_install() {
25 >
26 >
27 > --
28 >
29 > FList
30 > --
31 > gentoo-alt@g.o mailing list
32 >
33
34 --
35 Fabian Groffen
36 Gentoo on a different level
37
38 --
39 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt][PREFIX][solaris] patch for python-2.4.4-r04.2 Fabrizio Listello <flistello@×××××.com>