diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2019-05-20 07:18:07 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2019-05-20 07:18:07 +0200 |
commit | e71ee81acf44dbf10d228da268024ce9873996be (patch) | |
tree | 1ebac336f1f1d16d8b3917f02259cac50c18ce14 /net-misc/linuxptp | |
parent | x11-libs/xcb-util-xrm-1.3: arm stable, bug 685762 (diff) | |
download | gentoo-e71ee81acf44dbf10d228da268024ce9873996be.tar.gz gentoo-e71ee81acf44dbf10d228da268024ce9873996be.tar.bz2 gentoo-e71ee81acf44dbf10d228da268024ce9873996be.zip |
net-misc/linuxptp: Make kernel config advisory
Reported-by: Paul Steward <pstew@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@gentoo.org>
Diffstat (limited to 'net-misc/linuxptp')
-rw-r--r-- | net-misc/linuxptp/linuxptp-1.8.ebuild | 4 | ||||
-rw-r--r-- | 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 4e1f587b8bbb..aa5a2f7ccf00 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 c0b5ed6233bc..3d391a525a97 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} |