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 91329138350 for ; Fri, 31 Jan 2020 18:11:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5CF6E0839; Fri, 31 Jan 2020 18:11:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8761EE0839 for ; Fri, 31 Jan 2020 18:11:39 +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 3CA9634E4EA for ; Fri, 31 Jan 2020 18:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF3BE7B for ; Fri, 31 Jan 2020 18:11:35 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1580494227.5118e567c58f1da0775c1294e356739e468f44f9.williamh@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: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 5118e567c58f1da0775c1294e356739e468f44f9 X-VCS-Branch: master Date: Fri, 31 Jan 2020 18:11:35 +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: 9dcce61f-0f3a-4336-9f92-d1133a672476 X-Archives-Hash: 2a4be95ca1c5fb4c2680cbd8a5f8f7f6 commit: 5118e567c58f1da0775c1294e356739e468f44f9 Author: William Hubbs sony com> AuthorDate: Fri Jan 31 18:10:03 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jan 31 18:10:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5118e567 dev-libs/kafkacat: remove accidental commit This is imcomplete and wasn't supposed to be committed yet. Signed-off-by: William Hubbs gentoo.org> net-misc/kafkacat/kafkacat-1.5.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-misc/kafkacat/kafkacat-1.5.0.ebuild b/net-misc/kafkacat/kafkacat-1.5.0.ebuild index 5782d2eaa92..911a01bcf83 100644 --- a/net-misc/kafkacat/kafkacat-1.5.0.ebuild +++ b/net-misc/kafkacat/kafkacat-1.5.0.ebuild @@ -12,11 +12,9 @@ SRC_URI="https://github.com/edenhill/kafkacat/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64" -IUSE="avro +json" +IUSE="+json" DEPEND=">=dev-libs/librdkafka-0.9.4 - avro? ( - ) json? ( dev-libs/yajl )" RDEPEND="${DEPEND}"