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 63739138331 for ; Sun, 25 Sep 2016 19:58:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C206E0B6B; Sun, 25 Sep 2016 19:57:58 +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 DF7C4E0B6B for ; Sun, 25 Sep 2016 19:57:57 +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 F2F11340739 for ; Sun, 25 Sep 2016 19:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31F242485 for ; Sun, 25 Sep 2016 19:57:55 +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: <1474833469.32f51663767cfe7af4fbb494e5eae166a86b34a9.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.1.ebuild X-VCS-Directories: dev-libs/librdkafka/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 32f51663767cfe7af4fbb494e5eae166a86b34a9 X-VCS-Branch: master Date: Sun, 25 Sep 2016 19:57:55 +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: 1c39ae26-a1c2-42b2-93bf-3bda6032f989 X-Archives-Hash: 216740bb8e703f5623ae7c1defa2ba1d commit: 32f51663767cfe7af4fbb494e5eae166a86b34a9 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Sep 25 19:57:09 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Sep 25 19:57:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f51663 dev-libs/librdkafka: Stable for HPPA (bug #591974). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches dev-libs/librdkafka/librdkafka-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/librdkafka/librdkafka-0.9.1.ebuild b/dev-libs/librdkafka/librdkafka-0.9.1.ebuild index 267ff49..6bea0a7 100644 --- a/dev-libs/librdkafka/librdkafka-0.9.1.ebuild +++ b/dev-libs/librdkafka/librdkafka-0.9.1.ebuild @@ -18,7 +18,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 ~hppa ~x86" + KEYWORDS="~amd64 ~arm hppa ~x86" fi LICENSE="BSD-2"