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 C723A139085 for ; Wed, 21 Dec 2016 17:14:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DD512241BD; Wed, 21 Dec 2016 17:14:52 +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 08DB62241BD for ; Wed, 21 Dec 2016 17:14:52 +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 4D81E341236 for ; Wed, 21 Dec 2016 17:14:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B23C24E0 for ; Wed, 21 Dec 2016 17:14:50 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1482340480.aeeedd78d988ceb2e25b05869d0fc85d135e213b.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: aeeedd78d988ceb2e25b05869d0fc85d135e213b X-VCS-Branch: master Date: Wed, 21 Dec 2016 17:14: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: 5e22f094-71d2-4e50-939b-4218af8182a8 X-Archives-Hash: 860b4f48a8e4db5307dd617a960dcded commit: aeeedd78d988ceb2e25b05869d0fc85d135e213b Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Dec 21 17:09:35 2016 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Dec 21 17:14:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeeedd78 net-libs/rabbitmq-c: x86 stable (bug #591980) Package-Manager: Portage-2.3.2, Repoman-2.3.1 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 830a500..17e9995 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"