From 21b3f9ceef131258a721b1b29e52d0f9c4fd2ea4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 13 Jan 2024 19:05:12 +0100 Subject: Move {dev-util → dev-build}/meson MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Closes: https://github.com/gentoo/gentoo/pull/34790 Signed-off-by: Michał Górny --- dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-util/gnome-builder') 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 8ba7549bcf34..aa54cb1857d8 100644 --- a/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild +++ b/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild @@ -111,7 +111,7 @@ that are currently available with packages include: * dev-python/python-lsp-server for more accurate Python autocompletion support. * dev-debug/valgrind for integration with valgrind. -* dev-util/meson for integration with the Meson build system. +* 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. * net-libs/nodejs[npm] for integration with the NPM package system. @@ -269,7 +269,7 @@ pkg_postinst() { optfeature "Rust's Cargo build system" virtual/rust optfeature "CMake" dev-util/cmake optfeature "Java Maven build system" dev-java/maven-bin - optfeature "Meson Build system" dev-util/meson + optfeature "Meson Build system" dev-build/meson } pkg_postrm() { -- cgit v1.2.3-65-gdbad