Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: ChangeLog hwinfo-18.1.ebuild
Date: Mon, 01 Nov 2010 18:53:06
Message-Id: 20101101185257.E017820051@flycatcher.gentoo.org
1 ssuominen 10/11/01 18:52:57
2
3 Modified: ChangeLog hwinfo-18.1.ebuild
4 Log:
5 ppc stable wrt wrt bug #342753
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.20 sys-apps/hwinfo/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 1 Nov 2010 17:56:18 -0000 1.19
23 +++ ChangeLog 1 Nov 2010 18:52:57 -0000 1.20
24 @@ -1,9 +1,9 @@
25 # ChangeLog for sys-apps/hwinfo
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.19 2010/11/01 17:56:18 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.20 2010/11/01 18:52:57 ssuominen Exp $
29
30 01 Nov 2010; Samuli Suominen <ssuominen@g.o> hwinfo-18.1.ebuild:
31 - Remove PowerPC keywording wrt #342753.
32 + ppc stable wrt wrt bug #342753
33
34 01 Nov 2010; Pawel Hajdan jr <phajdan.jr@g.o> hwinfo-18.1.ebuild:
35 x86 stable wrt bug #342753
36
37
38
39 1.8 sys-apps/hwinfo/hwinfo-18.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?r1=1.7&r2=1.8
44
45 Index: hwinfo-18.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- hwinfo-18.1.ebuild 1 Nov 2010 17:56:18 -0000 1.7
52 +++ hwinfo-18.1.ebuild 1 Nov 2010 18:52:57 -0000 1.8
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.7 2010/11/01 17:56:18 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.8 2010/11/01 18:52:57 ssuominen Exp $
58
59 EAPI=2
60 inherit multilib rpm toolchain-funcs
61 @@ -11,10 +11,11 @@
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 -KEYWORDS="amd64 x86"
66 +KEYWORDS="amd64 ppc x86"
67 IUSE=""
68
69 -RDEPEND="dev-libs/libx86emu"
70 +RDEPEND="amd64? ( dev-libs/libx86emu )
71 + x86? ( dev-libs/libx86emu )"
72 DEPEND="${RDEPEND}
73 sys-devel/flex
74 >=sys-kernel/linux-headers-2.6.17"