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 A28F2138334 for ; Sat, 4 Jan 2020 22:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14A9FE09C6; Sat, 4 Jan 2020 22:50:47 +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 AFC83E09C4 for ; Sat, 4 Jan 2020 22:50:46 +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 EF02834DE2E for ; Sat, 4 Jan 2020 22:50:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F23ADAF for ; Sat, 4 Jan 2020 22:50:42 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1578178237.2e182c5ce84e03884909b098cadee594995fc369.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librdkafka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/librdkafka/librdkafka-1.3.0.ebuild X-VCS-Directories: dev-libs/librdkafka/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2e182c5ce84e03884909b098cadee594995fc369 X-VCS-Branch: master Date: Sat, 4 Jan 2020 22:50:42 +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: 34f61e82-99ed-4019-8189-3922ee234bac X-Archives-Hash: a1b874caf83b119e80fbe853fd7867a5 commit: 2e182c5ce84e03884909b098cadee594995fc369 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jan 4 22:49:31 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jan 4 22:50:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e182c5c dev-libs/librdkafka: stable 1.3.0 for hppa, bug #704340 Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/librdkafka/librdkafka-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/librdkafka/librdkafka-1.3.0.ebuild b/dev-libs/librdkafka/librdkafka-1.3.0.ebuild index 13b19753ce3..b417ca565c5 100644 --- a/dev-libs/librdkafka/librdkafka-1.3.0.ebuild +++ b/dev-libs/librdkafka/librdkafka-1.3.0.ebuild @@ -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"