commit: 723165c0c305cc705832b2aed9331d4929080cde Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Oct 6 20:13:01 2021 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Oct 6 20:16:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723165c0
gnome-extra/gnome-shell-extension-appindicator: Needs jq for building Thanks-to: Dmitry Baranov Closes: https://bugs.gentoo.org/816138 Package-Manager: Portage-3.0.24, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> .../gnome-shell-extension-appindicator-41.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-41.ebuild b/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-41.ebuild index 8486bade268..f4fb11e0754 100644 --- a/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-41.ebuild +++ b/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-41.ebuild @@ -19,7 +19,9 @@ RDEPEND=" >=gnome-base/gnome-shell-3.34 " DEPEND="" -BDEPEND="" +BDEPEND=" + app-misc/jq +" src_install() { meson_src_install
