From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D9695138206 for ; Fri, 29 Apr 2016 06:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FE21E087A; Fri, 29 Apr 2016 06:50:59 +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 B0C5FE087A for ; Fri, 29 Apr 2016 06:50: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6341340A6A for ; Fri, 29 Apr 2016 06:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B15932F for ; Fri, 29 Apr 2016 06:50:50 +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: <1461912636.be38c12f9577ba3fa8b5609a04aeb1397d0f0a09.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.0.99.ebuild X-VCS-Directories: dev-libs/librdkafka/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: be38c12f9577ba3fa8b5609a04aeb1397d0f0a09 X-VCS-Branch: master Date: Fri, 29 Apr 2016 06:50:50 +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: 426049eb-fb85-4976-b901-e3c10c9e5e8f X-Archives-Hash: 16c5f43a6fde2dbda98c76fae8881774 commit: be38c12f9577ba3fa8b5609a04aeb1397d0f0a09 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Apr 29 06:50:36 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Apr 29 06:50:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be38c12f dev-libs/librdkafka: Mark ~hppa (bug #577510). Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches dev-libs/librdkafka/librdkafka-0.9.0.99.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/librdkafka/librdkafka-0.9.0.99.ebuild b/dev-libs/librdkafka/librdkafka-0.9.0.99.ebuild index 1204ecc..f1bf449 100644 --- a/dev-libs/librdkafka/librdkafka-0.9.0.99.ebuild +++ b/dev-libs/librdkafka/librdkafka-0.9.0.99.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/edenhill/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~hppa ~x86" fi LICENSE="BSD-2"