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 52A33138333 for ; Sat, 3 Mar 2018 09:47:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52266E09EE; Sat, 3 Mar 2018 09:47:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FA5BE09EE for ; Sat, 3 Mar 2018 09:47:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 160C8335C2C for ; Sat, 3 Mar 2018 09:47:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E6421F1 for ; Sat, 3 Mar 2018 09:46:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1520070412.decb6de358c2a1eccd26d85574f443d7134fa821.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rabbitmq-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rabbitmq-server/rabbitmq-server-3.7.3-r1.ebuild X-VCS-Directories: net-misc/rabbitmq-server/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: decb6de358c2a1eccd26d85574f443d7134fa821 X-VCS-Branch: master Date: Sat, 3 Mar 2018 09:46:59 +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: 4f3342cf-f64c-47a3-b2a0-21e5cbc37c0f X-Archives-Hash: 7f856b9827911c8efe15739a5ce8564e commit: decb6de358c2a1eccd26d85574f443d7134fa821 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 3 09:27:05 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 3 09:46:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decb6de3 net-misc/rabbitmq-server: Dekeyword 3.7.3-r1 arm64 due to new dep net-misc/rabbitmq-server/rabbitmq-server-3.7.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/rabbitmq-server/rabbitmq-server-3.7.3-r1.ebuild b/net-misc/rabbitmq-server/rabbitmq-server-3.7.3-r1.ebuild index 22fe34ee5c4..cbf7de3d046 100644 --- a/net-misc/rabbitmq-server/rabbitmq-server-3.7.3-r1.ebuild +++ b/net-misc/rabbitmq-server/rabbitmq-server-3.7.3-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PV}/ra LICENSE="GPL-2 MPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT="test"