From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- net-analyzer/multimon-ng/multimon-ng-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-analyzer/multimon-ng/multimon-ng-9999.ebuild') diff --git a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild index 669915a3a1f0..da7b10babdb7 100644 --- a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild +++ b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit cmake-utils @@ -26,7 +26,7 @@ DEPEND="pulseaudio? ( media-sound/pulseaudio ) RDEPEND="${DEPEND}" src_prepare() { - use pulseaudio && sed -i '/find_package( PulseAudio )/d' CMakeLists.txt - use X && sed -i '/find_package( X11 )/d' CMakeLists.txt + use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt + use X || sed -i '/find_package( X11 )/d' CMakeLists.txt cmake-utils_src_prepare } -- cgit v1.2.3