Gentoo Archives: gentoo-alt

From: Fabrizio Listello <flistello@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt][PREFIX][solaris] patch for python-2.4.4-r04.2
Date: Mon, 11 Jun 2007 10:40:00
Message-Id: 442674df0706110339p6f0b58c1lbece81819a9a79c0@mail.gmail.com
1 This is a little patch for python ebuild.
2 I just added '{}' or it will die for every non-darwin.
3
4
5 svn diff python-2.4.4-r04.2.ebuild
6 Index: python-2.4.4-r04.2.ebuild
7 ===================================================================
8 --- python-2.4.4-r04.2.ebuild (revision 6685)
9 +++ python-2.4.4-r04.2.ebuild (working copy)
10 @@ -197,7 +197,7 @@
11 --with-gcc \
12 ${myconf} || die
13 emake || die "Parallel make failed"
14 - [[ ${CHOST} == *-darwin* ]] && emake libpython2.4.dylib || die
15 + [[ ${CHOST} == *-darwin* ]] && { emake libpython2.4.dylib || die }
16 }
17
18 src_install() {
19
20
21 --
22
23 FList
24 --
25 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt][PREFIX][solaris] patch for python-2.4.4-r04.2 Fabian Groffen <grobian@g.o>