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 /media-video | |
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 'media-video')
-rw-r--r-- | media-video/vidcutter/vidcutter-6.0.5.1_p20230201.ebuild | 6 | ||||
-rw-r--r-- | media-video/vidcutter/vidcutter-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-video/vidcutter/vidcutter-6.0.5.1_p20230201.ebuild b/media-video/vidcutter/vidcutter-6.0.5.1_p20230201.ebuild index e5c3b3b2b5d3..ff216aac4416 100644 --- a/media-video/vidcutter/vidcutter-6.0.5.1_p20230201.ebuild +++ b/media-video/vidcutter/vidcutter-6.0.5.1_p20230201.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 xdg @@ -28,7 +28,7 @@ DEPEND=" >=media-video/mpv-0.25:=[libmpv] " RDEPEND="${DEPEND} - >=dev-python/PyQt5-5.7[dbus,multimedia,widgets,${PYTHON_USEDEP}] + >=dev-python/pyqt5-5.7[dbus,multimedia,widgets,${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] media-video/ffmpeg[X,encode] media-video/mediainfo" diff --git a/media-video/vidcutter/vidcutter-9999.ebuild b/media-video/vidcutter/vidcutter-9999.ebuild index a8ca07fe5865..a0315410bdd6 100644 --- a/media-video/vidcutter/vidcutter-9999.ebuild +++ b/media-video/vidcutter/vidcutter-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 xdg @@ -27,7 +27,7 @@ DEPEND=" >=media-video/mpv-0.25:=[libmpv] " RDEPEND="${DEPEND} - >=dev-python/PyQt5-5.7[dbus,multimedia,widgets,${PYTHON_USEDEP}] + >=dev-python/pyqt5-5.7[dbus,multimedia,widgets,${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] media-video/ffmpeg[X,encode] media-video/mediainfo" |