Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/ipmiutil: ChangeLog ipmiutil-2.8.5.ebuild
Date: Wed, 26 Dec 2012 22:20:31
Message-Id: 20121226222016.83BD92171D@flycatcher.gentoo.org
1 jdhore 12/12/26 22:20:16
2
3 Modified: ChangeLog ipmiutil-2.8.5.ebuild
4 Log:
5 marked x86 per bug 441510
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)
8
9 Revision Changes Path
10 1.22 sys-apps/ipmiutil/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ipmiutil/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ipmiutil/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ipmiutil/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 13 Dec 2012 17:18:50 -0000 1.21
23 +++ ChangeLog 26 Dec 2012 22:20:16 -0000 1.22
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-apps/ipmiutil
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ChangeLog,v 1.21 2012/12/13 17:18:50 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ChangeLog,v 1.22 2012/12/26 22:20:16 jdhore Exp $
29 +
30 + 26 Dec 2012; Jeff Horelick <jdhore@g.o> ipmiutil-2.8.5.ebuild:
31 + marked x86 per bug 441510
32
33 13 Dec 2012; Sergey Popov <pinkbyte@g.o> ipmiutil-2.8.5.ebuild:
34 Add missing 'die' statement, stable on amd64 wrt bug #441510
35
36
37
38 1.3 sys-apps/ipmiutil/ipmiutil-2.8.5.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.8.5.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.8.5.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.8.5.ebuild?r1=1.2&r2=1.3
43
44 Index: ipmiutil-2.8.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.8.5.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- ipmiutil-2.8.5.ebuild 13 Dec 2012 17:18:50 -0000 1.2
51 +++ ipmiutil-2.8.5.ebuild 26 Dec 2012 22:20:16 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.8.5.ebuild,v 1.2 2012/12/13 17:18:50 pinkbyte Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.8.5.ebuild,v 1.3 2012/12/26 22:20:16 jdhore Exp $
57
58 EAPI=4
59 inherit autotools systemd
60 @@ -11,7 +11,7 @@
61
62 LICENSE="BSD"
63 SLOT="0"
64 -KEYWORDS="amd64 ~x86"
65 +KEYWORDS="amd64 x86"
66 IUSE=""
67
68 RDEPEND=">=dev-libs/openssl-1:0"