diff options
author | Sam James <sam@gentoo.org> | 2023-08-13 01:49:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-13 01:49:29 +0100 |
commit | 3d738930ce5fd8dc842175422eebe6dac6b9b8cf (patch) | |
tree | b2ccb49200a150cfec312fd6a9dd7adb407f12d8 /app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild | |
parent | sys-devel/gcc: add test fix in 13.2.1_p20230812 (diff) | |
download | gentoo-3d738930ce5fd8dc842175422eebe6dac6b9b8cf.tar.gz gentoo-3d738930ce5fd8dc842175422eebe6dac6b9b8cf.tar.bz2 gentoo-3d738930ce5fd8dc842175422eebe6dac6b9b8cf.zip |
app-pda/libimobiledevice: depend on <cython-3
Bug: https://bugs.gentoo.org/898666
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild')
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild index d9ba5f372523..4c896ab37b74 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild @@ -37,10 +37,11 @@ RDEPEND=" DEPEND=" ${RDEPEND} " +# <cython-3 for bug #898666 BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen ) - python? ( >=dev-python/cython-0.17[${PYTHON_USEDEP}] ) + python? ( <dev-python/cython-3[${PYTHON_USEDEP}] ) " BUILD_DIR="${S}_build" |