commit: cd54e6e2e366af8b295bb81bf908f0948ade53ae Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 09:52:03 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 10:39:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd54e6e2
dev-util/gnome-builder: Update ebuild Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-util/gnome-builder/gnome-builder-46.3.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-util/gnome-builder/gnome-builder-46.3.ebuild b/dev-util/gnome-builder/gnome-builder-46.3.ebuild index 93d8191878af..9e7735e3cc5b 100644 --- a/dev-util/gnome-builder/gnome-builder-46.3.ebuild +++ b/dev-util/gnome-builder/gnome-builder-46.3.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://apps.gnome.org/Builder/ https://gitlab.gnome.org/GNOME/gnome-b # FIXME: Review licenses at some point LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="clang doc +d-spy flatpak +git gtk-doc spell +sysprof test +webkit" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} @@ -106,10 +106,10 @@ that are currently available with packages include: highlighting and symbol resolving support. * dev-python/python-lsp-server for more accurate Python autocompletion support. -* dev-util/valgrind for integration with valgrind. -* dev-util/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-debug/valgrind for integration with valgrind. +* dev-build/meson for integration with the Meson build system. +* dev-lang/rust{,-bin} for integration with the Rust Cargo 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 @@ -258,10 +258,10 @@ pkg_postinst() { readme.gentoo_print_elog optfeature_header "Language support" - optfeature "Rust's Cargo build system" virtual/rust - optfeature "CMake" dev-util/cmake + optfeature "Rust's Cargo build system" dev-lang/rust dev-lang/rust-bin + optfeature "CMake" dev-build/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() {
