Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntp/
Date: Tue, 27 Feb 2018 18:05:30
Message-Id: 1519754613.9aef9f549c80a8bbf39bb9c224ec48ee488267b3.floppym@gentoo
1 commit: 9aef9f549c80a8bbf39bb9c224ec48ee488267b3
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 27 18:03:33 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 27 18:03:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aef9f54
7
8 net-misc/ntp: add blocker on net-misc/ntpsec
9
10 Closes: https://bugs.gentoo.org/648972
11 Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99
12
13 net-misc/ntp/ntp-4.2.8_p10-r1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/net-misc/ntp/ntp-4.2.8_p10-r1.ebuild b/net-misc/ntp/ntp-4.2.8_p10-r1.ebuild
17 index af336404a17..6762a5a4c41 100644
18 --- a/net-misc/ntp/ntp-4.2.8_p10-r1.ebuild
19 +++ b/net-misc/ntp/ntp-4.2.8_p10-r1.ebuild
20 @@ -31,7 +31,9 @@ DEPEND="${CDEPEND}
21 virtual/pkgconfig"
22 RDEPEND="${CDEPEND}
23 selinux? ( sec-policy/selinux-ntp )
24 - vim-syntax? ( app-vim/ntp-syntax )"
25 + vim-syntax? ( app-vim/ntp-syntax )
26 + !net-misc/ntpsec
27 +"
28 PDEPEND="openntpd? ( net-misc/openntpd )"
29
30 S=${WORKDIR}/${MY_P}