net-misc/linuxptp: Make kernel config advisory
authorThomas Beierlein <tomjbe@gentoo.org>
Mon, 20 May 2019 05:18:07 +0000 (07:18 +0200)
committerThomas Beierlein <tomjbe@gentoo.org>
Mon, 20 May 2019 05:18:07 +0000 (07:18 +0200)
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>
net-misc/linuxptp/linuxptp-1.8.ebuild
net-misc/linuxptp/linuxptp-2.0.ebuild

index 4e1f587b8bbb40c37a90603400767ee7e76c0fa4..aa5a2f7ccf003128ef287e79dcf05bc1684c3d0a 100644 (file)
@@ -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}
index c0b5ed6233bc88581b3510e3296ba5ccb00a9505..3d391a525a97fb15e4f467a340b9e3f8df446489 100644 (file)
@@ -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}