diff options
author | 2023-04-19 11:11:24 -0400 | |
---|---|---|
committer | 2023-04-19 11:13:21 -0400 | |
commit | 943e1db887337bf41547ec6bdeb7c0d03941f725 (patch) | |
tree | 98cb1444aca115bae256d21507173880c9518821 /media-sound/xmms2 | |
parent | dev-python/importlib_resources: Use pypi sdist (diff) | |
download | gentoo-943e1db887337bf41547ec6bdeb7c0d03941f725.tar.gz gentoo-943e1db887337bf41547ec6bdeb7c0d03941f725.tar.bz2 gentoo-943e1db887337bf41547ec6bdeb7c0d03941f725.zip |
media-sound/xmms2: bdepend on <cython-3 for now
Albeit chances are will remove USE=python altogether, don't really
expect upstream to fix this (no real development anymore) unless
someone sends a PR which do get merged.
Bug: https://bugs.gentoo.org/898726
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-sound/xmms2')
-rw-r--r-- | media-sound/xmms2/xmms2-0.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/xmms2/xmms2-0.9.2.ebuild b/media-sound/xmms2/xmms2-0.9.2.ebuild index c575d578f54d..6331433a600c 100644 --- a/media-sound/xmms2/xmms2-0.9.2.ebuild +++ b/media-sound/xmms2/xmms2-0.9.2.ebuild @@ -127,7 +127,7 @@ BDEPEND=" ${PYTHON_DEPS} virtual/pkgconfig perl? ( dev-perl/Pod-Parser ) - python? ( $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]') )" + python? ( $(python_gen_cond_dep '<dev-python/cython-3[${PYTHON_USEDEP}]') )" PATCHES=( "${FILESDIR}"/${PN}-0.9.1-cpp-client.patch |