diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:32:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:42:11 +0100 |
commit | 37d48fa129706f33aff087d4d599a2b16114ef14 (patch) | |
tree | 08d4ef65ac7c0240c95d34a55886ecefd00f9cb7 /app-editors | |
parent | Rename dev-python/{PyQt5-sip → pyqt5-sip} (diff) | |
download | gentoo-37d48fa129706f33aff087d4d599a2b16114ef14.tar.gz gentoo-37d48fa129706f33aff087d4d599a2b16114ef14.tar.bz2 gentoo-37d48fa129706f33aff087d4d599a2b16114ef14.zip |
Rename dev-python/{PyQt5 → pyqt5}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild | 2 | ||||
-rw-r--r-- | app-editors/retext/retext-7.2.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild index 113918bbafe3..facd3ab0add9 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild @@ -33,7 +33,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - >=dev-python/PyQt5-5.15.6[gui,widgets,${PYTHON_USEDEP}] + >=dev-python/pyqt5-5.15.6[gui,widgets,${PYTHON_USEDEP}] ') ) " diff --git a/app-editors/retext/retext-7.2.3.ebuild b/app-editors/retext/retext-7.2.3.ebuild index 3eb7ef1f762a..4db42681b7e3 100644 --- a/app-editors/retext/retext-7.2.3.ebuild +++ b/app-editors/retext/retext-7.2.3.ebuild @@ -37,12 +37,12 @@ RDEPEND=" >=dev-python/markups-3.1.1[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/python-markdown-math[${PYTHON_USEDEP}] - dev-python/PyQt5[dbus,gui,printsupport,widgets,${PYTHON_USEDEP}] + dev-python/pyqt5[dbus,gui,printsupport,widgets,${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" BDEPEND=" dev-qt/linguist-tools - test? ( dev-python/PyQt5[testlib,${PYTHON_USEDEP}] ) + test? ( dev-python/pyqt5[testlib,${PYTHON_USEDEP}] ) " distutils_enable_tests unittest |