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 B8C6313835A for ; Fri, 15 Jan 2021 18:11:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7B9EE083E; Fri, 15 Jan 2021 18:11:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C21C1E0802 for ; Fri, 15 Jan 2021 18:11:15 +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 762F4340E51 for ; Fri, 15 Jan 2021 18:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB60A498 for ; Fri, 15 Jan 2021 18:11:12 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1610734259.039d4300fbedc72884f89a13c0664ea2fdd06518.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kafkacat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/kafkacat/kafkacat-1.5.0.ebuild X-VCS-Directories: net-misc/kafkacat/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 039d4300fbedc72884f89a13c0664ea2fdd06518 X-VCS-Branch: master Date: Fri, 15 Jan 2021 18:11:12 +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: c21ecc3c-54d7-4448-91b1-d336e5455b89 X-Archives-Hash: 259d60369851d88b72ccde8c5c964adb commit: 039d4300fbedc72884f89a13c0664ea2fdd06518 Author: Patrice Clement gentoo org> AuthorDate: Fri Jan 15 18:10:31 2021 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Jan 15 18:10:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039d4300 net-misc/kafkacat: stable for amd64. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Patrice Clement gentoo.org> net-misc/kafkacat/kafkacat-1.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/kafkacat/kafkacat-1.5.0.ebuild b/net-misc/kafkacat/kafkacat-1.5.0.ebuild index d21b0f437ea..0e3125abcb9 100644 --- a/net-misc/kafkacat/kafkacat-1.5.0.ebuild +++ b/net-misc/kafkacat/kafkacat-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/edenhill/kafkacat/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="+avro +json" DEPEND=">=dev-libs/librdkafka-0.9.4