Gentoo Archives: gentoo-commits

From: "Jack Morgan (jmorgan)" <jmorgan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl: ChangeLog sbcl-1.1.18.ebuild
Date: Sat, 30 May 2015 06:41:03
Message-Id: 20150530064101.1ACBFA07@oystercatcher.gentoo.org
1 jmorgan 15/05/30 06:41:01
2
3 Modified: ChangeLog sbcl-1.1.18.ebuild
4 Log:
5 ppc stable wrt bug #511170
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key )
8
9 Revision Changes Path
10 1.225 dev-lisp/sbcl/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.225&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.225&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?r1=1.224&r2=1.225
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v
19 retrieving revision 1.224
20 retrieving revision 1.225
21 diff -u -r1.224 -r1.225
22 --- ChangeLog 29 May 2015 04:42:57 -0000 1.224
23 +++ ChangeLog 30 May 2015 06:41:01 -0000 1.225
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lisp/sbcl
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.224 2015/05/29 04:42:57 jmorgan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.225 2015/05/30 06:41:01 jmorgan Exp $
29 +
30 + 30 May 2015; Jack Morgan <jmorgan@g.o> sbcl-1.1.18.ebuild:
31 + ppc stable wrt bug #511170
32
33 29 May 2015; Jack Morgan <jmorgan@g.o> sbcl-1.1.18.ebuild:
34 sparc stable wrt bug #511170
35
36
37
38 1.9 dev-lisp/sbcl/sbcl-1.1.18.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild?r1=1.8&r2=1.9
43
44 Index: sbcl-1.1.18.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- sbcl-1.1.18.ebuild 29 May 2015 04:42:57 -0000 1.8
51 +++ sbcl-1.1.18.ebuild 30 May 2015 06:41:01 -0000 1.9
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild,v 1.8 2015/05/29 04:42:57 jmorgan Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild,v 1.9 2015/05/30 06:41:01 jmorgan Exp $
57
58 EAPI=5
59 inherit multilib eutils flag-o-matic pax-utils
60 @@ -23,7 +23,7 @@
61
62 LICENSE="MIT"
63 SLOT="0/${PV}"
64 -KEYWORDS="amd64 ~ppc sparc x86"
65 +KEYWORDS="amd64 ppc sparc x86"
66 IUSE="debug doc source +threads +unicode pax_kernel zlib"
67
68 CDEPEND="=dev-lisp/asdf-3.0*:="