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 0566E1382C5 for ; Mon, 25 May 2020 12:19:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49EE5E0819; Mon, 25 May 2020 12:19:00 +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 30DB7E0819 for ; Mon, 25 May 2020 12:19:00 +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 3220334F01E for ; Mon, 25 May 2020 12:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C73C821E for ; Mon, 25 May 2020 12:18:57 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1590409134.23acea3a395ffe7d8c01dca478110bc8ac5e7a9c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch-curator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild X-VCS-Directories: dev-python/elasticsearch-curator/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 23acea3a395ffe7d8c01dca478110bc8ac5e7a9c X-VCS-Branch: master Date: Mon, 25 May 2020 12:18: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e9a88a5-785d-4c48-8e22-e39e1426610c X-Archives-Hash: 23acf05cee84b656d41f759dbfa31ba9 commit: 23acea3a395ffe7d8c01dca478110bc8ac5e7a9c Author: Mikle Kolyada gentoo org> AuthorDate: Mon May 25 12:18:41 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon May 25 12:18:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23acea3a dev-python/elasticsearch-curator: amd64 stable wrt bug #713342 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild b/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild index 168a9f59d02..3807417be73 100644 --- a/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild +++ b/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/elasticsearch/${MY_PN}/archive/v${PV}.tar.gz -> ${P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" # tests fail in chroot # https://github.com/elastic/elasticsearch/issues/12018 RESTRICT="test"