Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
Date: Sun, 25 Feb 2018 10:35:34
Message-Id: 1519554919.579308ff824b0d560f1fb82d2bda4835399b46ec.slyfox@gentoo
1 commit: 579308ff824b0d560f1fb82d2bda4835399b46ec
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Feb 25 06:31:12 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 25 10:35:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579308ff
7
8 sys-fabric/libibverbs: keyworded 1.1.7-r1 for sparc, bug #611280
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 RepoMan-Options: --include-arches="sparc"
12
13 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
17 index f0490bba053..4966f9fe166 100644
18 --- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
19 +++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -12,7 +12,7 @@ inherit openib multilib-minimal
27
28 DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
29
30 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
31 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
32 IUSE="static-libs"
33
34 DEPEND=""