diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-08-03 07:51:33 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-08-03 08:11:35 -0400 |
commit | f251005a19167828b25cd87dd83e9dad492a31a0 (patch) | |
tree | 7991e8d447291bec186244a658555cce75f5d28e /dev-python/PyQt6 | |
parent | dev-java/hamcrest: Keyword 2.2 ppc64, #863242 (diff) | |
download | gentoo-f251005a19167828b25cd87dd83e9dad492a31a0.tar.gz gentoo-f251005a19167828b25cd87dd83e9dad492a31a0.tar.bz2 gentoo-f251005a19167828b25cd87dd83e9dad492a31a0.zip |
dev-python/PyQt6-sip: rename from dev-python/PyQt6_sip
Was meant to match to skip MY_P (like dev-python often does), but
on second thought it doesn't feel entirely right here given
(ignoring pypi tarballs) official website doesn't use underscore
and old PyQt5-sip didn't either.
Could probably skip pkgmove (qt6 still masked), but feels messy
not to so doing it anyway.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6')
-rw-r--r-- | dev-python/PyQt6/PyQt6-6.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.3.1.ebuild b/dev-python/PyQt6/PyQt6-6.3.1.ebuild index 4eee1c118cf4..b4e6e39ee113 100644 --- a/dev-python/PyQt6/PyQt6-6.3.1.ebuild +++ b/dev-python/PyQt6/PyQt6-6.3.1.ebuild @@ -59,7 +59,7 @@ DEPEND=" websockets? ( >=dev-qt/qtwebsockets-${QT_PV} )" RDEPEND=" ${DEPEND} - >=dev-python/PyQt6_sip-13.4[${PYTHON_USEDEP}]" + >=dev-python/PyQt6-sip-13.4[${PYTHON_USEDEP}]" BDEPEND=" >=dev-python/PyQt-builder-1.11[${PYTHON_USEDEP}] >=dev-qt/qtbase-${QT_PV} |