summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-04 21:34:36 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-04 21:35:27 +0200
commit133f339e8859527735c1b3a551df756fbc9f8f5f (patch)
tree16bc1cf255be8f9f904a0af12242aa07a765920f /dev-python/pypy3
parentxfce-base/xfce4-panel: Stabilize 4.16.5 arm, #868426 (diff)
downloadgentoo-133f339e8859527735c1b3a551df756fbc9f8f5f.tar.gz
gentoo-133f339e8859527735c1b3a551df756fbc9f8f5f.tar.bz2
gentoo-133f339e8859527735c1b3a551df756fbc9f8f5f.zip
dev-python/pypy3: Remove USE=bzip2
Remove USE=bzip2 and provide bzip2 support unconditionally. This matches dev-lang/python, and since the latter never had the flag the vast majority of packages are missing the appropriate PYTHON_REQ_USE anyway. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy3')
-rw-r--r--dev-python/pypy3/pypy3-7.3.9_p5-r2.ebuild (renamed from dev-python/pypy3/pypy3-7.3.9_p5-r1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy3/pypy3-7.3.9_p5-r1.ebuild b/dev-python/pypy3/pypy3-7.3.9_p5-r2.ebuild
index c205718e71f2..9da05e3e37f9 100644
--- a/dev-python/pypy3/pypy3-7.3.9_p5-r1.ebuild
+++ b/dev-python/pypy3/pypy3-7.3.9_p5-r2.ebuild
@@ -26,14 +26,14 @@ LICENSE="MIT"
# also check pypy/interpreter/pycode.py -> pypy_incremental_magic
SLOT="0/pypy39-pp73-336"
KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 +ensurepip gdbm +jit ncurses sqlite test tk"
+IUSE="+ensurepip gdbm +jit ncurses sqlite test tk"
# many tests are failing upstream
# see https://buildbot.pypy.org/summary?branch=py3.9
RESTRICT="test"
RDEPEND="
|| (
- >=dev-python/pypy3-exe-${PYPY_PV}_p3:3.9-${PYPY_PV}[bzip2?,ncurses?]
+ >=dev-python/pypy3-exe-${PYPY_PV}_p3:3.9-${PYPY_PV}[bzip2(+),ncurses?]
>=dev-python/pypy3-exe-bin-${PYPY_PV}_p3:3.9-${PYPY_PV}
)
dev-lang/python-exec[python_targets_pypy3(-)]