commit:     24c04b49e9f0b916ba0a3741ce71eac564ccf51b
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jun 21 10:35:15 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Jun 21 10:36:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24c04b49

phosh-base/phosh-shell: fix deps and pkg-config invocation

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 .../{phosh-shell-0.47.0.ebuild => phosh-shell-0.47.0-r1.ebuild}     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/phosh-base/phosh-shell/phosh-shell-0.47.0.ebuild 
b/phosh-base/phosh-shell/phosh-shell-0.47.0-r1.ebuild
similarity index 94%
rename from phosh-base/phosh-shell/phosh-shell-0.47.0.ebuild
rename to phosh-base/phosh-shell/phosh-shell-0.47.0-r1.ebuild
index fbf262cb21..b373f536b0 100644
--- a/phosh-base/phosh-shell/phosh-shell-0.47.0.ebuild
+++ b/phosh-base/phosh-shell/phosh-shell-0.47.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit gnome2-utils meson pam systemd verify-sig virtualx xdg
+inherit gnome2-utils meson pam systemd toolchain-funcs verify-sig virtualx xdg
 
 MY_PN="${PN%-shell}"
 MY_P="${MY_PN}-${PV}"
@@ -43,7 +43,7 @@ COMMON_DEPEND="
        >=net-libs/libsoup-3.6:3.0
        net-misc/modemmanager:=
        >=net-misc/networkmanager-1.14[introspection?]
-       >=net-wireless/gnome-bluetooth-46.0:3=[introspection]
+       >=net-wireless/gnome-bluetooth-46.0:3=[introspection?]
        sys-apps/dbus
        >=sys-auth/polkit-0.122
        sys-libs/pam
@@ -151,7 +151,7 @@ src_install() {
 
 phosh_giomodule_cache_update() {
        local plugins_dir
-       plugins_dir=$(pkg-config --variable=lockscreen_plugins_dir 
phosh-plugins) || return 1
+       plugins_dir=$("$(tc-getPKG_CONFIG)" --variable=lockscreen_plugins_dir 
phosh-plugins) || return 1
 
        ebegin "Updating GIO modules cache"
        gio-querymodules "${plugins_dir}"

Reply via email to