diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-13 21:20:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-14 20:23:32 +0100 |
commit | 2f9c42cb12b476a78214e2f7d5bb3f984ce05de6 (patch) | |
tree | a090b49934af522bd3f29135d3c4f7bbfeb9c5dd /media-video/handbrake | |
parent | Move {dev-util → dev-build}/tinycmmc (diff) | |
download | gentoo-2f9c42cb12b476a78214e2f7d5bb3f984ce05de6.tar.gz gentoo-2f9c42cb12b476a78214e2f7d5bb3f984ce05de6.tar.bz2 gentoo-2f9c42cb12b476a78214e2f7d5bb3f984ce05de6.zip |
Move {dev-util → dev-build}/cmake
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34792
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-video/handbrake')
-rw-r--r-- | media-video/handbrake/handbrake-1.5.1-r1.ebuild | 6 | ||||
-rw-r--r-- | media-video/handbrake/handbrake-1.6.1.ebuild | 4 | ||||
-rw-r--r-- | media-video/handbrake/handbrake-9999.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/media-video/handbrake/handbrake-1.5.1-r1.ebuild b/media-video/handbrake/handbrake-1.5.1-r1.ebuild index 7c9e08992e02..9c9c548d9e32 100644 --- a/media-video/handbrake/handbrake-1.5.1-r1.ebuild +++ b/media-video/handbrake/handbrake-1.5.1-r1.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} ) inherit autotools python-any-r1 toolchain-funcs xdg @@ -78,8 +78,8 @@ DEPEND="${RDEPEND}" # cmake needed for custom script: bug #852701 BDEPEND=" ${PYTHON_DEPS} + dev-build/cmake dev-lang/nasm - dev-util/cmake " PATCHES=( diff --git a/media-video/handbrake/handbrake-1.6.1.ebuild b/media-video/handbrake/handbrake-1.6.1.ebuild index f829de7ac8f3..7be693401ffa 100644 --- a/media-video/handbrake/handbrake-1.6.1.ebuild +++ b/media-video/handbrake/handbrake-1.6.1.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 @@ -81,8 +81,8 @@ DEPEND="${RDEPEND}" # cmake needed for custom script: bug #852701 BDEPEND=" ${PYTHON_DEPS} + dev-build/cmake dev-lang/nasm - dev-util/cmake " PATCHES=( diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index 41a2061311b8..0201e9e8dd27 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.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 @@ -81,8 +81,8 @@ DEPEND="${RDEPEND}" # cmake needed for custom script: bug #852701 BDEPEND=" ${PYTHON_DEPS} + dev-build/cmake dev-lang/nasm - dev-util/cmake " PATCHES=( |