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 1022F138350 for ; Wed, 26 Feb 2020 20:01:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40CF5E0992; Wed, 26 Feb 2020 20:01:58 +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 20851E0992 for ; Wed, 26 Feb 2020 20:01:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8366B34F1D8 for ; Wed, 26 Feb 2020 20:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BC0610B for ; Wed, 26 Feb 2020 20:01:54 +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: <1582747200.b09d3d126ae6b282cd432ccb1bac4576ccd03c9b.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kafka-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/kafka-bin/kafka-bin-2.4.0.ebuild X-VCS-Directories: net-misc/kafka-bin/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: b09d3d126ae6b282cd432ccb1bac4576ccd03c9b X-VCS-Branch: master Date: Wed, 26 Feb 2020 20:01:54 +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: 2b986020-cb09-4c56-8c59-689dc28686a1 X-Archives-Hash: 7a7f1e45630ec9017b0380e987d35980 commit: b09d3d126ae6b282cd432ccb1bac4576ccd03c9b Author: William Hubbs sony com> AuthorDate: Wed Feb 26 19:59:37 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Feb 26 20:00:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09d3d12 net-misc/kafka-bin: drop user eclass from inherit Signed-off-by: William Hubbs gentoo.org> net-misc/kafka-bin/kafka-bin-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/kafka-bin/kafka-bin-2.4.0.ebuild b/net-misc/kafka-bin/kafka-bin-2.4.0.ebuild index f3356290d10..7df42fcc92f 100644 --- a/net-misc/kafka-bin/kafka-bin-2.4.0.ebuild +++ b/net-misc/kafka-bin/kafka-bin-2.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils user +inherit eutils DESCRIPTION="A high-throughput distributed messaging system" HOMEPAGE="https://kafka.apache.org/"