From: Robin H. Johnson Date: Wed, 29 Apr 2020 22:20:52 +0000 (-0700) Subject: www-apps/mirmon: fix gethostbyname2 method X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=126c94d7d854eed4373ccd2fcdc7209301613f07;p=gentoo.git www-apps/mirmon: fix gethostbyname2 method Signed-off-by: Robin H. Johnson --- diff --git a/www-apps/mirmon/files/2.11-Add-ipv6-monitor-support-to-mirmon.patch b/www-apps/mirmon/files/2.11-Add-ipv6-monitor-support-to-mirmon.patch index c50cf736cfd5..d21eb2c022a3 100644 --- a/www-apps/mirmon/files/2.11-Add-ipv6-monitor-support-to-mirmon.patch +++ b/www-apps/mirmon/files/2.11-Add-ipv6-monitor-support-to-mirmon.patch @@ -28,7 +28,7 @@ index 6c0aaa8..50d40ca 100755 -use Net::hostent ; + +use Socket qw(AF_INET); -+use Socket6 qw(AF_INET6); ++use Socket6 qw(AF_INET6 gethostbyname2); +use Data::Dumper qw( Dumper ); + +sub gethost($){ diff --git a/www-apps/mirmon/mirmon-2.11.ebuild b/www-apps/mirmon/mirmon-2.11-r1.ebuild similarity index 100% rename from www-apps/mirmon/mirmon-2.11.ebuild rename to www-apps/mirmon/mirmon-2.11-r1.ebuild