From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1005968-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFE4A1382C5 for <garchives@archives.gentoo.org>; Tue, 27 Feb 2018 18:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E913AE0864; Tue, 27 Feb 2018 18:05:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA730E0864 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Feb 2018 18:05:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95B0D335C3E for <gentoo-commits@lists.gentoo.org>; Tue, 27 Feb 2018 18:05:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF97D1D8 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Feb 2018 18:05:26 +0000 (UTC) From: "Mike Gilbert" <floppym@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org> Message-ID: <1519754613.9aef9f549c80a8bbf39bb9c224ec48ee488267b3.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ntp/ntp-4.2.8_p10-r1.ebuild X-VCS-Directories: net-misc/ntp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9aef9f549c80a8bbf39bb9c224ec48ee488267b3 X-VCS-Branch: master Date: Tue, 27 Feb 2018 18:05:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 66d49a68-9008-4c29-aec2-9778cd738f92 X-Archives-Hash: 43b3e29dbeb9b83f72d29e04278b2115 commit: 9aef9f549c80a8bbf39bb9c224ec48ee488267b3 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Feb 27 18:03:33 2018 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Feb 27 18:03:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aef9f54 net-misc/ntp: add blocker on net-misc/ntpsec Closes: https://bugs.gentoo.org/648972 Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99 net-misc/ntp/ntp-4.2.8_p10-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/ntp/ntp-4.2.8_p10-r1.ebuild b/net-misc/ntp/ntp-4.2.8_p10-r1.ebuild index af336404a17..6762a5a4c41 100644 --- a/net-misc/ntp/ntp-4.2.8_p10-r1.ebuild +++ b/net-misc/ntp/ntp-4.2.8_p10-r1.ebuild @@ -31,7 +31,9 @@ DEPEND="${CDEPEND} virtual/pkgconfig" RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-ntp ) - vim-syntax? ( app-vim/ntp-syntax )" + vim-syntax? ( app-vim/ntp-syntax ) + !net-misc/ntpsec +" PDEPEND="openntpd? ( net-misc/openntpd )" S=${WORKDIR}/${MY_P}