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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2A091581F0 for ; Sat, 14 Dec 2024 10:58:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CB0DE091D; Sat, 14 Dec 2024 10:58:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 970EFE0903 for ; Sat, 14 Dec 2024 10:58:24 +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 AD811342F8C for ; Sat, 14 Dec 2024 10:58:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CAC81F28 for ; Sat, 14 Dec 2024 10:58:20 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1734173890.5f4bb25f5a83d006eb029a41bca49d5743526b11.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webtest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webtest/webtest-3.0.2.ebuild X-VCS-Directories: dev-python/webtest/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5f4bb25f5a83d006eb029a41bca49d5743526b11 X-VCS-Branch: master Date: Sat, 14 Dec 2024 10:58:20 +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: 9b8d9aae-049a-4d86-8a26-0cbea752f62c X-Archives-Hash: cce0cc49213ce1c02c855c00ad337af5 commit: 5f4bb25f5a83d006eb029a41bca49d5743526b11 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 14 10:58:10 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 14 10:58:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4bb25f dev-python/webtest: Stabilize 3.0.2 ALLARCHES, #946433 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/webtest/webtest-3.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/webtest/webtest-3.0.2.ebuild b/dev-python/webtest/webtest-3.0.2.ebuild index b7e323dd3b3c..94dc406421c1 100644 --- a/dev-python/webtest/webtest-3.0.2.ebuild +++ b/dev-python/webtest/webtest-3.0.2.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" RDEPEND=" dev-python/paste[${PYTHON_USEDEP}]