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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5271615800D for ; Fri, 7 Jul 2023 00:45:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FDFBE07E2; Fri, 7 Jul 2023 00:45:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34C9DE07D4 for ; Fri, 7 Jul 2023 00:45:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CB3E335D97 for ; Fri, 7 Jul 2023 00:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A60BCA74 for ; Fri, 7 Jul 2023 00:45:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1688690656.63f1de317e6a3fbac60238e9dce612f3368baab2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/distro/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/distro/distro-1.8.0.ebuild X-VCS-Directories: dev-python/distro/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 63f1de317e6a3fbac60238e9dce612f3368baab2 X-VCS-Branch: master Date: Fri, 7 Jul 2023 00:45:53 +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: 7f228641-f3a7-47e0-848f-c246a03c2a11 X-Archives-Hash: 41e37052872effc28ea49f0bd926cda3 commit: 63f1de317e6a3fbac60238e9dce612f3368baab2 Author: Matoro Mahri users noreply github com> AuthorDate: Thu Jul 6 18:36:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 7 00:44:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f1de31 dev-python/distro: Keyword 1.8.0 mips, #902705 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Sam James gentoo.org> dev-python/distro/distro-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/distro/distro-1.8.0.ebuild b/dev-python/distro/distro-1.8.0.ebuild index 7e69f708c117..d61ebc17c47f 100644 --- a/dev-python/distro/distro-1.8.0.ebuild +++ b/dev-python/distro/distro-1.8.0.ebuild @@ -17,6 +17,6 @@ HOMEPAGE=" SLOT="0" LICENSE="Apache-2.0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" distutils_enable_tests pytest