From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1284227-garchives=archives.gentoo.org@lists.gentoo.org> 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 DEFC113835B for <garchives@archives.gentoo.org>; Thu, 20 May 2021 13:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E98F1E08C8; Thu, 20 May 2021 13:51:16 +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 D0DC0E08C8 for <gentoo-commits@lists.gentoo.org>; Thu, 20 May 2021 13:51:16 +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 D2756340DB7 for <gentoo-commits@lists.gentoo.org>; Thu, 20 May 2021 13:51:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F8DB78F for <gentoo-commits@lists.gentoo.org>; Thu, 20 May 2021 13:51:13 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1621518662.eb7b054e73bf5d56f13b4ae43bfdf132f9eda01c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cython-test-exception-raiser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild X-VCS-Directories: dev-python/cython-test-exception-raiser/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eb7b054e73bf5d56f13b4ae43bfdf132f9eda01c X-VCS-Branch: master Date: Thu, 20 May 2021 13:51:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c80f05e-6e53-4bed-99ef-7ef39ae312b4 X-Archives-Hash: b79d1ad21754ff50966cad2a4435c4e3 commit: eb7b054e73bf5d56f13b4ae43bfdf132f9eda01c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 20 13:45:49 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 20 13:51:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7b054e dev-python/cython-test-exception-raiser: Revert "Keyword 1.0.0 alpha mips riscv, #773451" Reverts: b04b404e0abac24ba7edfdb9bad1b9c8b7d30e29 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../cython-test-exception-raiser-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild index 39c4371d054..133546052a7 100644 --- a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild +++ b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild @@ -16,6 +16,6 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"