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 /media-video | |
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 'media-video')
-rw-r--r-- | media-video/vidify/vidify-2.2.6-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vidify/vidify-2.2.6-r3.ebuild b/media-video/vidify/vidify-2.2.6-r3.ebuild index 5ca1b5eed6bb..a1c94e41dae9 100644 --- a/media-video/vidify/vidify-2.2.6-r3.ebuild +++ b/media-video/vidify/vidify-2.2.6-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ REQUIRED_USE="|| ( vlc mpv zeroconf )" RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/QtPy[gui,webengine,${PYTHON_USEDEP}] + dev-python/qtpy[gui,webengine,${PYTHON_USEDEP}] net-misc/lyricwikia[${PYTHON_USEDEP}] net-misc/yt-dlp[${PYTHON_USEDEP}] dbus? ( dev-python/pydbus[${PYTHON_USEDEP}] ) |