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 BF98B15ACFC for ; Wed, 3 May 2023 07:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01FDBE08FB; Wed, 3 May 2023 07:54:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 098CAE08FB for ; Wed, 3 May 2023 07:54:18 +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 075DF341681 for ; Wed, 3 May 2023 07:54:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96269A40 for ; Wed, 3 May 2023 07:54:15 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1683100449.1ad1c6545fd1d01e708c0d8b6b0d0f0a88275700.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typing-extensions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/typing-extensions/typing-extensions-4.5.0.ebuild X-VCS-Directories: dev-python/typing-extensions/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 1ad1c6545fd1d01e708c0d8b6b0d0f0a88275700 X-VCS-Branch: master Date: Wed, 3 May 2023 07:54:15 +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: 6e16528d-8208-4c3b-919f-2b901e064ef2 X-Archives-Hash: f72ada0099ab0ff7eda462dc98444ac5 commit: 1ad1c6545fd1d01e708c0d8b6b0d0f0a88275700 Author: Fabian Groffen gentoo org> AuthorDate: Wed May 3 07:51:19 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed May 3 07:54:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad1c654 dev-python/typing-extensions: add Prefix keywords Signed-off-by: Fabian Groffen gentoo.org> dev-python/typing-extensions/typing-extensions-4.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/typing-extensions/typing-extensions-4.5.0.ebuild b/dev-python/typing-extensions/typing-extensions-4.5.0.ebuild index b725951f599b..7210d9e348b4 100644 --- a/dev-python/typing-extensions/typing-extensions-4.5.0.ebuild +++ b/dev-python/typing-extensions/typing-extensions-4.5.0.ebuild @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P} LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" distutils_enable_tests unittest