Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntp/
Date: Tue, 29 Dec 2020 14:20:03
Message-Id: 1609251594.9f1351dd18f6fbad4155e34bec7186e108bd8590.polynomial-c@gentoo
1 commit: 9f1351dd18f6fbad4155e34bec7186e108bd8590
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 13:52:14 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 14:19:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1351dd
7
8 net-misc/ntp: Move comment to where it belongs
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-misc/ntp/ntp-4.2.8_p15.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/ntp/ntp-4.2.8_p15.ebuild b/net-misc/ntp/ntp-4.2.8_p15.ebuild
17 index 98b07490789..321538297c5 100644
18 --- a/net-misc/ntp/ntp-4.2.8_p15.ebuild
19 +++ b/net-misc/ntp/ntp-4.2.8_p15.ebuild
20 @@ -67,11 +67,11 @@ src_configure() {
21 # blah, no real configure options #176333
22 export ac_cv_header_dns_sd_h=$(usex zeroconf)
23 export ac_cv_lib_dns_sd_DNSServiceRegister=${ac_cv_header_dns_sd_h}
24 - # Increase the default memlimit from 32MiB to 128MiB. #533232
25 local myeconfargs=(
26 --with-lineeditlibs=readline,edit,editline
27 --with-yielding-select
28 --disable-local-libevent
29 + # Increase the default memlimit from 32MiB to 128MiB. #533232
30 --with-memlock=256
31 $(use_enable caps linuxcaps)
32 $(use_enable parse-clocks)