diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-13 20:30:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-13 20:40:25 +0200 |
commit | 4540c237788687d00f7cd01e0ebb47985976887e (patch) | |
tree | e55b5b8d000e7dba569397d9e9c5143ebe278711 /xfce-extra | |
parent | dev-lang/swi-prolog: bump development version (diff) | |
download | gentoo-4540c237788687d00f7cd01e0ebb47985976887e.tar.gz gentoo-4540c237788687d00f7cd01e0ebb47985976887e.tar.bz2 gentoo-4540c237788687d00f7cd01e0ebb47985976887e.zip |
xfce-extra/xfce4-sensors-plugin: Permit more netcat variants
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild (renamed from xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild) | 9 | ||||
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild (renamed from xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92.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 index cb49206fd12f..b34896e279f6 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 index 5339ab77ed2a..e0f3cbc46371 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] )" |