From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48569138332 for ; Mon, 23 Apr 2018 00:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D4E4E0AAC; Mon, 23 Apr 2018 00:24:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46E1EE0AAC for ; Mon, 23 Apr 2018 00:24:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4B66335C7C for ; Mon, 23 Apr 2018 00:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7484027E for ; Mon, 23 Apr 2018 00:24:39 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524442741.1a1cc2c0c059f13dd20215a9ed920395241e896b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fabric/librdmacm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild X-VCS-Directories: sys-fabric/librdmacm/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1a1cc2c0c059f13dd20215a9ed920395241e896b X-VCS-Branch: master Date: Mon, 23 Apr 2018 00:24:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c9c20518-789e-44cf-9772-3567bdfb692d X-Archives-Hash: 116e7802671adba6877883e2e0aca210 commit: 1a1cc2c0c059f13dd20215a9ed920395241e896b Author: Aaron Bauman gentoo org> AuthorDate: Mon Apr 23 00:19:01 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 23 00:19:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1cc2c0 sys-fabric/librdmacm: amd64 stable wrt bug #643122 Bug: https://bugs.gentoo.org/643122 Package-Manager: Portage-2.3.31, Repoman-2.3.9 sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild b/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild index 93e403bb833..44da1d43079 100644 --- a/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild +++ b/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild @@ -12,7 +12,7 @@ inherit openib multilib-minimal DESCRIPTION="OpenIB userspace RDMA CM library" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" IUSE="static-libs" DEPEND="sys-fabric/libibverbs:${SLOT}[static-libs?,${MULTILIB_USEDEP}]"