From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id C7BA915807A for ; Sat, 07 Jun 2025 09:45:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B755034309E for ; Sat, 07 Jun 2025 09:45:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 45BBF11047D; Sat, 07 Jun 2025 09:45: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 bobolink.gentoo.org (Postfix) with ESMTPS id 3C68011047D for ; Sat, 07 Jun 2025 09:45:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEDF2335D21 for ; Sat, 07 Jun 2025 09:45:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68626290D for ; Sat, 07 Jun 2025 09:45:17 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1749289487.974df758c141e5d8f13464825d46bdf51a0dfd8c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_wsgi/mod_wsgi-5.0.2.ebuild X-VCS-Directories: www-apache/mod_wsgi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 974df758c141e5d8f13464825d46bdf51a0dfd8c X-VCS-Branch: master Date: Sat, 07 Jun 2025 09:45:17 +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: e2eb83f2-cbf8-43c4-98be-15916bfbcb04 X-Archives-Hash: 8d3db093df865822aca82e7520e46ec3 commit: 974df758c141e5d8f13464825d46bdf51a0dfd8c Author: Michał Górny gentoo org> AuthorDate: Sat Jun 7 09:44:47 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 7 09:44:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974df758 www-apache/mod_wsgi: Stabilize 5.0.2 x86, #957298 Signed-off-by: Michał Górny gentoo.org> www-apache/mod_wsgi/mod_wsgi-5.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apache/mod_wsgi/mod_wsgi-5.0.2.ebuild b/www-apache/mod_wsgi/mod_wsgi-5.0.2.ebuild index 9cfb9701e72d..c1b6933cf0fd 100644 --- a/www-apache/mod_wsgi/mod_wsgi-5.0.2.ebuild +++ b/www-apache/mod_wsgi/mod_wsgi-5.0.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS}"