From e71ee81acf44dbf10d228da268024ce9873996be Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Mon, 20 May 2019 07:18:07 +0200 Subject: [PATCH] net-misc/linuxptp: Make kernel config advisory Reported-by: Paul Steward 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 --- 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 4e1f587b8bbb4..aa5a2f7ccf003 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 c0b5ed6233bc8..3d391a525a97f 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}