commit:     b868a9f2d5ae06bf6cc23854ff765708d7012349
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 00:13:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 00:13:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b868a9f2

net-misc/ntp: avoid automagic Ruby dep

Needed for unity builds/tests.

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

 net-misc/ntp/ntp-4.2.8_p15-r4.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-misc/ntp/ntp-4.2.8_p15-r4.ebuild 
b/net-misc/ntp/ntp-4.2.8_p15-r4.ebuild
index e9d6da16067d..74177b9e9309 100644
--- a/net-misc/ntp/ntp-4.2.8_p15-r4.ebuild
+++ b/net-misc/ntp/ntp-4.2.8_p15-r4.ebuild
@@ -67,6 +67,9 @@ src_configure() {
        # blah, no real configure options #176333
        export ac_cv_header_dns_sd_h=$(usex zeroconf)
        export ac_cv_lib_dns_sd_DNSServiceRegister=${ac_cv_header_dns_sd_h}
+       # Unity builds, we don't really need support for it, bug #804109
+       export PATH_RUBY=/bin/false
+
        local myeconfargs=(
                --with-lineeditlibs=readline,edit,editline
                --with-yielding-select

Reply via email to