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 816FD138331 for ; Sat, 1 Oct 2016 13:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CECBE084B; Sat, 1 Oct 2016 13:05:00 +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 50A9DE084B for ; Sat, 1 Oct 2016 13:05:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E3582340ED7 for ; Sat, 1 Oct 2016 13:04:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 515A02490 for ; Sat, 1 Oct 2016 13:04:57 +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: <1475326925.dd0df6a8771e075a03f08293279f7c43354ff28e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild X-VCS-Directories: net-libs/rabbitmq-c/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: dd0df6a8771e075a03f08293279f7c43354ff28e X-VCS-Branch: master Date: Sat, 1 Oct 2016 13:04:57 +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: 734eefac-728e-45af-8fe3-164ac57dbb68 X-Archives-Hash: 7b5b6a9a6c5c238ce905cc8a0a0c9817 commit: dd0df6a8771e075a03f08293279f7c43354ff28e Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 1 13:02:05 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 1 13:02:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd0df6a8 net-libs/rabbitmq-c: Stable for HPPA (bug #591980). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild index f682ee7..830a500 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git" else SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> ${PN}-v${PV}.zip" - KEYWORDS="amd64 ~arm ~hppa ~x86" + KEYWORDS="amd64 ~arm hppa ~x86" fi LICENSE="MIT"