Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/sandbox: ChangeLog sandbox-2.1.ebuild
Date: Sun, 27 Sep 2009 05:38:57
Message-Id: E1MrmTH-0006hw-5Z@stork.gentoo.org
1 vapier 09/09/27 05:38:55
2
3 Modified: ChangeLog sandbox-2.1.ebuild
4 Log:
5 Fix new multilib code on non-multilib systems #286599 by Norman Yarvin.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.130 sys-apps/sandbox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/ChangeLog?rev=1.130&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/ChangeLog?rev=1.130&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/ChangeLog?r1=1.129&r2=1.130
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v
18 retrieving revision 1.129
19 retrieving revision 1.130
20 diff -u -r1.129 -r1.130
21 --- ChangeLog 25 Sep 2009 13:19:23 -0000 1.129
22 +++ ChangeLog 27 Sep 2009 05:38:54 -0000 1.130
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-apps/sandbox
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.129 2009/09/25 13:19:23 tommy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.130 2009/09/27 05:38:54 vapier Exp $
28 +
29 + 27 Sep 2009; Mike Frysinger <vapier@g.o> sandbox-2.1.ebuild:
30 + Fix new multilib code on non-multilib systems #286599 by Norman Yarvin.
31
32 25 Sep 2009; Thomas Sachau (Tommy[D]) <tommy@g.o>
33 sandbox-2.1.ebuild:
34
35
36
37 1.4 sys-apps/sandbox/sandbox-2.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/sandbox-2.1.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/sandbox-2.1.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/sandbox-2.1.ebuild?r1=1.3&r2=1.4
42
43 Index: sandbox-2.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.1.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- sandbox-2.1.ebuild 25 Sep 2009 13:19:23 -0000 1.3
50 +++ sandbox-2.1.ebuild 27 Sep 2009 05:38:54 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.1.ebuild,v 1.3 2009/09/25 13:19:23 tommy Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.1.ebuild,v 1.4 2009/09/27 05:38:54 vapier Exp $
56
57 #
58 # don't monkey with this ebuild unless contacting portage devs.
59 @@ -31,7 +31,7 @@
60 ewarn "FEATURES=-sandbox emerge sandbox"
61 }
62
63 -sb_get_install_abis() { use multilib && get_install_abis || echo $ABI ; }
64 +sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; }
65
66 src_compile() {
67 filter-lfs-flags #90228