diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:27:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:42:05 +0100 |
commit | 6e067b8a75d6fc2c5395892ed04a15cf136af566 (patch) | |
tree | ae3ad8ea2005e5f81aada974486db923a204d485 /dev-vcs | |
parent | dev-ada/aws: fix use deps (diff) | |
download | gentoo-6e067b8a75d6fc2c5395892ed04a15cf136af566.tar.gz gentoo-6e067b8a75d6fc2c5395892ed04a15cf136af566.tar.bz2 gentoo-6e067b8a75d6fc2c5395892ed04a15cf136af566.zip |
Rename dev-python/{QtPy → qtpy}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-cola/git-cola-4.5.0.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git-cola/git-cola-4.8.2-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/git-cola/git-cola-4.5.0.ebuild b/dev-vcs/git-cola/git-cola-4.5.0.ebuild index b1495dcaf476..d38af978d50d 100644 --- a/dev-vcs/git-cola/git-cola-4.5.0.ebuild +++ b/dev-vcs/git-cola/git-cola-4.5.0.ebuild @@ -21,7 +21,7 @@ RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] - dev-python/QtPy[gui,network,${PYTHON_USEDEP}] + dev-python/qtpy[gui,network,${PYTHON_USEDEP}] dev-python/send2trash[${PYTHON_USEDEP}] ') dev-vcs/git diff --git a/dev-vcs/git-cola/git-cola-4.8.2-r1.ebuild b/dev-vcs/git-cola/git-cola-4.8.2-r1.ebuild index c4cf267205ec..af62ed1b345c 100644 --- a/dev-vcs/git-cola/git-cola-4.8.2-r1.ebuild +++ b/dev-vcs/git-cola/git-cola-4.8.2-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/polib[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - dev-python/QtPy[pyqt6,gui,network,${PYTHON_USEDEP}] + dev-python/qtpy[pyqt6,gui,network,${PYTHON_USEDEP}] dev-python/send2trash[${PYTHON_USEDEP}] ') dev-vcs/git @@ -32,7 +32,7 @@ BDEPEND=" dev-python/setuptools-scm[\${PYTHON_USEDEP}] test? ( dev-python/pytest[\${PYTHON_USEDEP}] - dev-python/QtPy[pyqt6,gui,network,\${PYTHON_USEDEP}] + dev-python/qtpy[pyqt6,gui,network,\${PYTHON_USEDEP}] ) ") " |