commit:     ec379eb0c6c6a8e7a8c4c3df766abfac7ea2c19c
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 21:57:29 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 21:59:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec379eb0

net-analyzer/multimon-ng: fix bug #702734

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-analyzer/multimon-ng/Manifest                                   | 2 +-
 .../{multimon-ng-1.1.4.ebuild => multimon-ng-1.1.8.ebuild}          | 6 +++---
 net-analyzer/multimon-ng/multimon-ng-9999.ebuild                    | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-analyzer/multimon-ng/Manifest 
b/net-analyzer/multimon-ng/Manifest
index 0a05103926c..59bc5904a3f 100644
--- a/net-analyzer/multimon-ng/Manifest
+++ b/net-analyzer/multimon-ng/Manifest
@@ -1 +1 @@
-DIST multimon-ng-1.1.4.tar.gz 2426821 BLAKE2B 
36f5eda463afc08ed6848d86b27ccbe27897327ea585b4b42210b13a2ac17ec8b215f239cc626f3151f6ca029897f40db333285b5442c85112b338c78a854adc
 SHA512 
575e920b3738ab00da2cecdea8a1b1fb809ea7870e0aae7a5f8940ae8eee70af202e062d4a624d9de677135a7561daed60f264c6047b58f348405cb2bd06b21a
+DIST multimon-ng-1.1.8.tar.gz 2430488 BLAKE2B 
82bc0be58e2f7d596363fc916c11584cbd1335e7984194af22955587877ad1cba2a0cca819467061bb18b97ca70f5c2adfd73ccbf159fbc27348d59429959ada
 SHA512 
9cf93362555e5dc465a9ec60dff27b9875879afd954e810069022b3c003eca4c3ab2a833f1c00fef877175bc72e2d378bbb53380ada54542ae29d257a7d2bd1b

diff --git a/net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild 
b/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
similarity index 80%
rename from net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild
rename to net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
index 669915a3a1f..2416cf0f243 100644
--- a/net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -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
 }

diff --git a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild 
b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
index 669915a3a1f..2416cf0f243 100644
--- a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -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
 }

Reply via email to