From: Michał Górny Date: Mon, 16 Mar 2020 20:53:20 +0000 (+0100) Subject: dev-python/PyQt5: Replace virts with cond deps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=406e4c408284d9667a77da71a82ee32668911e5d;p=gentoo.git dev-python/PyQt5: Replace virts with cond deps Signed-off-by: Michał Górny --- diff --git a/dev-python/PyQt5/PyQt5-5.13.2.ebuild b/dev-python/PyQt5/PyQt5-5.13.2.ebuild index 79994dc2a797..bb4a3e363f4e 100644 --- a/dev-python/PyQt5/PyQt5-5.13.2.ebuild +++ b/dev-python/PyQt5/PyQt5-5.13.2.ebuild @@ -59,7 +59,9 @@ RDEPEND=" >=dev-python/PyQt5-sip-4.19.19:=[${PYTHON_USEDEP}] >=dev-qt/qtcore-${QT_PV} >=dev-qt/qtxml-${QT_PV} - virtual/python-enum34[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/enum34[${PYTHON_USEDEP}] + ' -2) bluetooth? ( >=dev-qt/qtbluetooth-${QT_PV} ) dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] diff --git a/dev-python/PyQt5/PyQt5-5.14.1.ebuild b/dev-python/PyQt5/PyQt5-5.14.1.ebuild index e600cf5bf0db..7e02c9b195d9 100644 --- a/dev-python/PyQt5/PyQt5-5.14.1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.14.1.ebuild @@ -59,7 +59,9 @@ RDEPEND=" >=dev-python/PyQt5-sip-4.19.20:=[${PYTHON_USEDEP}] >=dev-qt/qtcore-${QT_PV} >=dev-qt/qtxml-${QT_PV} - virtual/python-enum34[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/enum34[${PYTHON_USEDEP}] + ' -2) bluetooth? ( >=dev-qt/qtbluetooth-${QT_PV} ) dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}]