Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/yoshimi: yoshimi-0.056.ebuild ChangeLog yoshimi-0.055.6.ebuild
Date: Thu, 22 Apr 2010 09:36:53
Message-Id: 20100422093650.7630428D3E@corvid.gentoo.org
1 ssuominen 10/04/22 09:36:50
2
3 Modified: yoshimi-0.056.ebuild ChangeLog
4 Removed: yoshimi-0.055.6.ebuild
5 Log:
6 We can't be sure if SSE is available on x86 systems wrt #316627 by Diego E. Pettenò.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-sound/yoshimi/yoshimi-0.056.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/yoshimi/yoshimi-0.056.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/yoshimi/yoshimi-0.056.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/yoshimi/yoshimi-0.056.ebuild?r1=1.1&r2=1.2
15
16 Index: yoshimi-0.056.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/yoshimi/yoshimi-0.056.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- yoshimi-0.056.ebuild 22 Apr 2010 09:04:07 -0000 1.1
23 +++ yoshimi-0.056.ebuild 22 Apr 2010 09:36:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/yoshimi-0.056.ebuild,v 1.1 2010/04/22 09:04:07 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/yoshimi-0.056.ebuild,v 1.2 2010/04/22 09:36:50 ssuominen Exp $
29
30 EAPI=2
31 inherit cmake-utils
32 @@ -11,7 +11,8 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 +# We can't be sure if SSE is available on x86 wrt bug #316627
38 +KEYWORDS="~amd64 -x86"
39 IUSE=""
40
41 RDEPEND="sys-libs/zlib
42
43
44
45 1.3 media-sound/yoshimi/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/yoshimi/ChangeLog?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/yoshimi/ChangeLog?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/yoshimi/ChangeLog?r1=1.2&r2=1.3
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- ChangeLog 22 Apr 2010 09:04:07 -0000 1.2
58 +++ ChangeLog 22 Apr 2010 09:36:50 -0000 1.3
59 @@ -1,6 +1,10 @@
60 # ChangeLog for media-sound/yoshimi
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.2 2010/04/22 09:04:07 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.3 2010/04/22 09:36:50 ssuominen Exp $
64 +
65 + 22 Apr 2010; Samuli Suominen <ssuominen@g.o> yoshimi-0.056.ebuild:
66 + We can't be sure if SSE is available on x86 systems wrt #316627 by Diego
67 + E. Pettenò.
68
69 *yoshimi-0.056 (22 Apr 2010)