diff options
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.ebuild | 4 |
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 } |