Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-infiniband/libehca: libehca-1.2.2.ebuild ChangeLog
Date: Sat, 02 Jul 2011 20:31:52
Message-Id: 20110702203016.9051020070@flycatcher.gentoo.org
1 alexxy 11/07/02 20:30:16
2
3 Modified: libehca-1.2.2.ebuild ChangeLog
4 Log:
5 [sys-infiniband] Add prefix support and keywords
6
7 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-infiniband/libehca/libehca-1.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libehca/libehca-1.2.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libehca/libehca-1.2.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libehca/libehca-1.2.2.ebuild?r1=1.1&r2=1.2
15
16 Index: libehca-1.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-infiniband/libehca/libehca-1.2.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libehca-1.2.2.ebuild 30 Jun 2011 21:32:03 -0000 1.1
23 +++ libehca-1.2.2.ebuild 2 Jul 2011 20:30:16 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libehca/libehca-1.2.2.ebuild,v 1.1 2011/06/30 21:32:03 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libehca/libehca-1.2.2.ebuild,v 1.2 2011/07/02 20:30:16 alexxy Exp $
29
30 EAPI="4"
31
32 @@ -10,10 +10,10 @@
33
34 inherit openib
35
36 -KEYWORDS="~amd64 ~x86"
37 +KEYWORDS="~amd64 ~x86 ~amd64-linux"
38
39 DESCRIPTION="OpenIB - IBM eServer eHCA Infiniband device driver for Linux on POWER"
40 -KEYWORDS="~amd64 ~x86"
41 +KEYWORDS="~amd64 ~x86 ~amd64-linux"
42 IUSE=""
43
44 DEPEND=">=sys-infiniband/libibverbs-1.1.4"
45
46
47
48 1.2 sys-infiniband/libehca/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libehca/ChangeLog?rev=1.2&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libehca/ChangeLog?rev=1.2&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libehca/ChangeLog?r1=1.1&r2=1.2
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-infiniband/libehca/ChangeLog,v
57 retrieving revision 1.1
58 retrieving revision 1.2
59 diff -u -r1.1 -r1.2
60 --- ChangeLog 30 Jun 2011 21:32:03 -0000 1.1
61 +++ ChangeLog 2 Jul 2011 20:30:16 -0000 1.2
62 @@ -1,6 +1,9 @@
63 # ChangeLog for sys-infiniband/libehca
64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libehca/ChangeLog,v 1.1 2011/06/30 21:32:03 alexxy Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libehca/ChangeLog,v 1.2 2011/07/02 20:30:16 alexxy Exp $
67 +
68 + 02 Jul 2011; Alexey Shvetsov <alexxy@g.o> libehca-1.2.2.ebuild:
69 + Add ~amd64-linux keywrod
70
71 *libehca-1.2.2 (30 Jun 2011)