From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 CD678138334 for ; Mon, 20 May 2019 05:18:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3198E0835; Mon, 20 May 2019 05:18:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 97D0DE0835 for ; Mon, 20 May 2019 05:18:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CFFF1344B06 for ; Mon, 20 May 2019 05:18:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B2275E3 for ; Mon, 20 May 2019 05:18:48 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1558329487.e71ee81acf44dbf10d228da268024ce9873996be.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/linuxptp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/linuxptp/linuxptp-1.8.ebuild net-misc/linuxptp/linuxptp-2.0.ebuild X-VCS-Directories: net-misc/linuxptp/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: e71ee81acf44dbf10d228da268024ce9873996be X-VCS-Branch: master Date: Mon, 20 May 2019 05:18:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55361118-ec96-4b2d-ae1e-07efbf0986bb X-Archives-Hash: a30f3f18807fe86359797e8cd0a94124 commit: e71ee81acf44dbf10d228da268024ce9873996be Author: Thomas Beierlein gentoo org> AuthorDate: Mon May 20 05:18:07 2019 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Mon May 20 05:18:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71ee81a net-misc/linuxptp: Make kernel config advisory Reported-by: Paul Steward google.com> Closes: https://bugs.gentoo.org/685278 Closes: https://github.com/gentoo/gentoo/pull/11566 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Beierlein gentoo.org> net-misc/linuxptp/linuxptp-1.8.ebuild | 4 ++-- net-misc/linuxptp/linuxptp-2.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/linuxptp/linuxptp-1.8.ebuild b/net-misc/linuxptp/linuxptp-1.8.ebuild index 4e1f587b8bb..aa5a2f7ccf0 100644 --- a/net-misc/linuxptp/linuxptp-1.8.ebuild +++ b/net-misc/linuxptp/linuxptp-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" -CONFIG_CHECK="PPS NETWORK_PHY_TIMESTAMPING PTP_1588_CLOCK" +CONFIG_CHECK="~PPS ~NETWORK_PHY_TIMESTAMPING ~PTP_1588_CLOCK" src_compile() { export EXTRA_CFLAGS=${CFLAGS} diff --git a/net-misc/linuxptp/linuxptp-2.0.ebuild b/net-misc/linuxptp/linuxptp-2.0.ebuild index c0b5ed6233b..3d391a525a9 100644 --- a/net-misc/linuxptp/linuxptp-2.0.ebuild +++ b/net-misc/linuxptp/linuxptp-2.0.ebuild @@ -17,7 +17,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" -CONFIG_CHECK="PPS NETWORK_PHY_TIMESTAMPING PTP_1588_CLOCK" +CONFIG_CHECK="~PPS ~NETWORK_PHY_TIMESTAMPING ~PTP_1588_CLOCK" src_compile() { export EXTRA_CFLAGS=${CFLAGS}