commit:     1aabdd306e0f9c120fb02059f739e31feeba036a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 18:20:06 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 20:49:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aabdd30

app-arch/brotli: Remove pypy3 from -9999

This package is incompatible with PyPy.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/brotli/brotli-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/brotli/brotli-9999.ebuild 
b/app-arch/brotli/brotli-9999.ebuild
index b276b5556b3e..ead41c3951f3 100644
--- a/app-arch/brotli/brotli-9999.ebuild
+++ b/app-arch/brotli/brotli-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_EXT=1
 DISTUTILS_OPTIONAL="1"
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit cmake-multilib distutils-r1 flag-o-matic
 

Reply via email to