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 66A631382C5 for ; Mon, 24 May 2021 01:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A23F0E0827; Mon, 24 May 2021 01:34:07 +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 5F068E0827 for ; Mon, 24 May 2021 01:34:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 193E6340BD3 for ; Mon, 24 May 2021 01:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D418798 for ; Mon, 24 May 2021 01:34:03 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1621819979.9421795793be7b41de1cc7cc7d9cc942608dd4ab.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stestr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/stestr/stestr-3.2.0.ebuild X-VCS-Directories: dev-python/stestr/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: 9421795793be7b41de1cc7cc7d9cc942608dd4ab X-VCS-Branch: master Date: Mon, 24 May 2021 01:34:03 +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: f177ebcd-2046-432f-9f21-38d595428b60 X-Archives-Hash: 0225529045ab9301fcb032d70998372d commit: 9421795793be7b41de1cc7cc7d9cc942608dd4ab Author: Joshua Kinard gentoo org> AuthorDate: Mon May 24 01:32:59 2021 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Mon May 24 01:32:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94217957 dev-python/stestr: Added ~mips to KEYWORDS Bug: https://bugs.gentoo.org/785025 Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.18, Repoman-3.0.3 dev-python/stestr/stestr-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/stestr/stestr-3.2.0.ebuild b/dev-python/stestr/stestr-3.2.0.ebuild index 5a123023054..0604d1cb571 100644 --- a/dev-python/stestr/stestr-3.2.0.ebuild +++ b/dev-python/stestr/stestr-3.2.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"