commit: 63272e16f40653174ea24d9fc72f2f640d966158
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 3 19:12:08 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jan 3 19:12:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63272e16
dev-libs/librdkafka: arm stable wrt bug #673428
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-libs/librdkafka/librdkafka-0.11.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/librdkafka/librdkafka-0.11.6.ebuild
b/dev-libs/librdkafka/librdkafka-0.11.6.ebuild
index d56225a7b92..3e90b50ba9b 100644
--- a/dev-libs/librdkafka/librdkafka-0.11.6.ebuild
+++ b/dev-libs/librdkafka/librdkafka-0.11.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -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"