commit: 04d20967bbd90873b6eb40fecfe621f03f812e4d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 16:07:34 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 16:08:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d20967
dev-libs/librdkafka: amd64 stable wrt bug #645870
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-libs/librdkafka/librdkafka-0.11.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/librdkafka/librdkafka-0.11.3.ebuild
b/dev-libs/librdkafka/librdkafka-0.11.3.ebuild
index 8d6fd40533b..109a714b521 100644
--- a/dev-libs/librdkafka/librdkafka-0.11.3.ebuild
+++ b/dev-libs/librdkafka/librdkafka-0.11.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -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"