commit: d825070a83b202a580f5b704367217ca423bf5b5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 4 11:41:20 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 4 11:41:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d825070a
dev-python/uvicorn: Stabilize 0.34.0 ppc, #947444 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/uvicorn/uvicorn-0.34.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/uvicorn/uvicorn-0.34.0.ebuild b/dev-python/uvicorn/uvicorn-0.34.0.ebuild index 83a8684c768c..31fef8444d45 100644 --- a/dev-python/uvicorn/uvicorn-0.34.0.ebuild +++ b/dev-python/uvicorn/uvicorn-0.34.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="test-rust" RDEPEND="
