commit:     32f90e59ae6581730a2ccbb7296d267fd782a638
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 23:02:44 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 23:05:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f90e59

app-admin/openrc-settingsd: conditionalise sys-auth/nss-myhostname dep for glibc

Closes: https://bugs.gentoo.org/918672
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/openrc-settingsd/openrc-settingsd-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/openrc-settingsd/openrc-settingsd-1.4.0.ebuild 
b/app-admin/openrc-settingsd/openrc-settingsd-1.4.0.ebuild
index f8c6f67bae61..bf6db6a6c1a9 100644
--- a/app-admin/openrc-settingsd/openrc-settingsd-1.4.0.ebuild
+++ b/app-admin/openrc-settingsd/openrc-settingsd-1.4.0.ebuild
@@ -24,7 +24,7 @@ DEPEND="
 RDEPEND="
        ${DEPEND}
        systemd? ( >=sys-apps/systemd-197 )
-       !systemd? ( sys-auth/nss-myhostname !sys-apps/systemd )
+       elibc_glibc? ( !systemd? ( sys-auth/nss-myhostname !sys-apps/systemd ) )
 "
 BDEPEND="
        dev-util/gdbus-codegen

Reply via email to