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 97BA8138334 for ; Sun, 28 Jul 2019 11:06:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D876FE082F; Sun, 28 Jul 2019 11:06:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9C304E0829 for ; Sun, 28 Jul 2019 11:06:01 +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 C03AC34864A for ; Sun, 28 Jul 2019 11:06:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B9D9739 for ; Sun, 28 Jul 2019 11:05:59 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1564311934.70f31735ceea3bddd8db28e5168dd544dd2ed015.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librdkafka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/librdkafka/librdkafka-1.0.1.ebuild X-VCS-Directories: dev-libs/librdkafka/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 70f31735ceea3bddd8db28e5168dd544dd2ed015 X-VCS-Branch: master Date: Sun, 28 Jul 2019 11:05:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 368a58d0-b40f-474d-aae9-94a8b709c090 X-Archives-Hash: fb2c62c9c061f20145e90f9eaf6079fd commit: 70f31735ceea3bddd8db28e5168dd544dd2ed015 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jul 28 11:05:34 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jul 28 11:05:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f31735 dev-libs/librdkafka: arm stable wrt bug #687392 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada gentoo.org> dev-libs/librdkafka/librdkafka-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/librdkafka/librdkafka-1.0.1.ebuild b/dev-libs/librdkafka/librdkafka-1.0.1.ebuild index c46e4e5f124..d545a285df7 100644 --- a/dev-libs/librdkafka/librdkafka-1.0.1.ebuild +++ b/dev-libs/librdkafka/librdkafka-1.0.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc x86" + KEYWORDS="amd64 arm ~arm64 hppa ~ppc x86" fi LICENSE="BSD-2"