From: Thomas Deutschmann Date: Fri, 5 Oct 2018 03:54:30 +0000 (+0200) Subject: dev-libs/librdkafka: x86 stable (bug #667542) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aeef9336f57f2c83f4d09256a92bad22d844bb6b;p=gentoo.git dev-libs/librdkafka: x86 stable (bug #667542) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann --- diff --git a/dev-libs/librdkafka/librdkafka-0.11.5.ebuild b/dev-libs/librdkafka/librdkafka-0.11.5.ebuild index 5e13b2f3eb90..5b54f2459d83 100644 --- a/dev-libs/librdkafka/librdkafka-0.11.5.ebuild +++ b/dev-libs/librdkafka/librdkafka-0.11.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 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"