diff options
-rw-r--r-- | net-misc/kafkacat/kafkacat-1.5.0.ebuild | 4 |
1 files 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 d21b0f437ead..0e3125abcb97 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 |