commit:     4540c237788687d00f7cd01e0ebb47985976887e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 18:30:19 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 18:40:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4540c237

xfce-extra/xfce4-sensors-plugin: Permit more netcat variants

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...-plugin-1.3.0.ebuild => xfce4-sensors-plugin-1.3.0-r1.ebuild} | 9 ++++++++-
 ...lugin-1.3.92.ebuild => xfce4-sensors-plugin-1.3.92-r1.ebuild} | 9 ++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild 
b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild
similarity index 92%
rename from xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
rename to xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild
index cb49206fd12..b34896e279f 100644
--- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
+++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild
@@ -19,7 +19,14 @@ REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"
 RDEPEND=">=x11-libs/gtk+-3.20:3=
        >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
        >=xfce-base/xfce4-panel-4.12:=
-       hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )
+       hddtemp? (
+               app-admin/hddtemp
+               || (
+                       net-analyzer/openbsd-netcat
+                       net-analyzer/netcat
+                       net-analyzer/gnu-netcat
+               )
+       )
        libnotify? ( >=x11-libs/libnotify-0.7:= )
        lm_sensors? ( >=sys-apps/lm_sensors-3.1.0:= )
        video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )"

diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92.ebuild 
b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild
similarity index 92%
rename from xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92.ebuild
rename to xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild
index 5339ab77ed2..e0f3cbc4637 100644
--- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92.ebuild
+++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild
@@ -19,7 +19,14 @@ REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"
 RDEPEND=">=x11-libs/gtk+-3.20:3=
        >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
        >=xfce-base/xfce4-panel-4.12:=
-       hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )
+       hddtemp? (
+               app-admin/hddtemp
+               || (
+                       net-analyzer/openbsd-netcat
+                       net-analyzer/netcat
+                       net-analyzer/gnu-netcat
+               )
+       )
        libnotify? ( >=x11-libs/libnotify-0.7:= )
        lm_sensors? ( >=sys-apps/lm_sensors-3.1.0:= )
        video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )"

Reply via email to