summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-01-01 20:43:36 +0100
committerAgostino Sarubbo <ago@gentoo.org>2020-01-01 20:43:36 +0100
commit283b98e8ddd40a69faf5d61e8acfa8433ec41a8e (patch)
treea47cabcc816bb96d28ca9ab8f4f7519aea3f105b
parentsys-fs/xfsprogs: arm stable wrt bug #704336 (diff)
downloadgentoo-283b98e8.tar.gz
gentoo-283b98e8.tar.bz2
gentoo-283b98e8.zip
dev-libs/librdkafka: arm stable wrt bug #704340
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r--dev-libs/librdkafka/librdkafka-1.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/librdkafka/librdkafka-1.3.0.ebuild b/dev-libs/librdkafka/librdkafka-1.3.0.ebuild
index a54c96f4f5b6..13b19753ce34 100644
--- a/dev-libs/librdkafka/librdkafka-1.3.0.ebuild
+++ b/dev-libs/librdkafka/librdkafka-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 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 ~sparc x86"
+ KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~sparc x86"
fi
LICENSE="BSD-2"