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 80653139085 for ; Wed, 1 Feb 2017 22:27:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5CD221C06C; Wed, 1 Feb 2017 22:27:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0F5121C06C for ; Wed, 1 Feb 2017 22:27:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF96233BF43 for ; Wed, 1 Feb 2017 22:27:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86B503DAC for ; Wed, 1 Feb 2017 22:27:43 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1485988062.8747a84088f84f4e5a73575854035d168a318397.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librdkafka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/librdkafka/librdkafka-0.9.2-r1.ebuild X-VCS-Directories: dev-libs/librdkafka/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8747a84088f84f4e5a73575854035d168a318397 X-VCS-Branch: master Date: Wed, 1 Feb 2017 22:27:43 +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-Archives-Salt: b7cdaaea-d97b-4179-a8e8-7c8f97d180ef X-Archives-Hash: 2ea0eb7a81cd0787d9d5ebe70c720ff5 commit: 8747a84088f84f4e5a73575854035d168a318397 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Feb 1 22:27:14 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Feb 1 22:27:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8747a840 dev-libs/librdkafka: Stable for HPPA (bug #607394). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches dev-libs/librdkafka/librdkafka-0.9.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/librdkafka/librdkafka-0.9.2-r1.ebuild b/dev-libs/librdkafka/librdkafka-0.9.2-r1.ebuild index 6e5a2a5..673e392 100644 --- a/dev-libs/librdkafka/librdkafka-0.9.2-r1.ebuild +++ b/dev-libs/librdkafka/librdkafka-0.9.2-r1.ebuild @@ -18,7 +18,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 ~hppa x86" + KEYWORDS="amd64 ~arm hppa x86" fi LICENSE="BSD-2"