summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-13 21:20:19 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-14 20:23:32 +0100
commit2f9c42cb12b476a78214e2f7d5bb3f984ce05de6 (patch)
treea090b49934af522bd3f29135d3c4f7bbfeb9c5dd /dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild
parentMove {dev-util → dev-build}/tinycmmc (diff)
downloadgentoo-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 'dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild')
-rw-r--r--dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild b/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild
index aa54cb1857d8..9c72f2d08841 100644
--- a/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild
+++ b/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild
@@ -113,7 +113,7 @@ that are currently available with packages include:
* dev-debug/valgrind for integration with valgrind.
* dev-build/meson for integration with the Meson build system.
* virtual/rust for integration with the Rust Cargo build system.
-* dev-util/cmake for integration with the CMake build system.
+* dev-build/cmake for integration with the CMake build system.
* net-libs/nodejs[npm] for integration with the NPM package system.
'
# FIXME: Package codespell and mention here
@@ -267,7 +267,7 @@ pkg_postinst() {
optfeature_header "Language support"
optfeature "Rust's Cargo build system" virtual/rust
- optfeature "CMake" dev-util/cmake
+ optfeature "CMake" dev-build/cmake
optfeature "Java Maven build system" dev-java/maven-bin
optfeature "Meson Build system" dev-build/meson
}