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 /net-im/telegram-desktop | |
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 'net-im/telegram-desktop')
-rw-r--r-- | net-im/telegram-desktop/telegram-desktop-4.12.2.ebuild | 4 | ||||
-rw-r--r-- | net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/telegram-desktop/telegram-desktop-4.12.2.ebuild b/net-im/telegram-desktop/telegram-desktop-4.12.2.ebuild index 1173997980e4..d51a41aaf8a2 100644 --- a/net-im/telegram-desktop/telegram-desktop-4.12.2.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-4.12.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -89,8 +89,8 @@ DEPEND="${CDEPEND} " BDEPEND=" ${PYTHON_DEPS} + >=dev-build/cmake-3.16 >=dev-cpp/cppgir-0_p20230926 - >=dev-util/cmake-3.16 dev-util/gdbus-codegen virtual/pkgconfig wayland? ( dev-util/wayland-scanner ) diff --git a/net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild b/net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild index 0d903b5eaadb..26cb048d9f91 100644 --- a/net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild @@ -89,8 +89,8 @@ DEPEND="${CDEPEND} " BDEPEND=" ${PYTHON_DEPS} + >=dev-build/cmake-3.16 >=dev-cpp/cppgir-0_p20230926 - >=dev-util/cmake-3.16 dev-util/gdbus-codegen virtual/pkgconfig wayland? ( dev-util/wayland-scanner ) |