diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:33:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:42:11 +0100 |
commit | 3d133ef5cbde1a3f1529cf7b864f2db01f87dd65 (patch) | |
tree | affb21396c3ef3297318610209af34f1de10eae5 /dev-python/matplotlib | |
parent | Rename dev-python/{PyQt5 → pyqt5} (diff) | |
download | gentoo-3d133ef5cbde1a3f1529cf7b864f2db01f87dd65.tar.gz gentoo-3d133ef5cbde1a3f1529cf7b864f2db01f87dd65.tar.bz2 gentoo-3d133ef5cbde1a3f1529cf7b864f2db01f87dd65.zip |
Rename dev-python/{PyQt6 → pyqt6}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.10.0_rc1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.10.0_rc1.ebuild b/dev-python/matplotlib/matplotlib-3.10.0_rc1.ebuild index c4d37442af3e..8f1dff9323be 100644 --- a/dev-python/matplotlib/matplotlib-3.10.0_rc1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.10.0_rc1.ebuild @@ -77,7 +77,7 @@ RDEPEND=" qt6? ( $(python_gen_cond_dep ' || ( - dev-python/PyQt6[gui,widgets,${PYTHON_USEDEP}] + dev-python/pyqt6[gui,widgets,${PYTHON_USEDEP}] dev-python/pyside6[gui,widgets,${PYTHON_USEDEP}] ) ' 'python3*') |