commit: e71ee81acf44dbf10d228da268024ce9873996be Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> AuthorDate: Mon May 20 05:18:07 2019 +0000 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> 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 <pstew <AT> 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 <tomjbe <AT> 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}
