From 80a2e3a37fcf5c33a48a019e33f146afa92cb019 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 8 Apr 2021 21:38:32 +0200 Subject: net-mgmt/nagstamon: Update to 3.6 --- net-mgmt/nagstamon/files/patch-setup.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 net-mgmt/nagstamon/files/patch-setup.py (limited to 'net-mgmt/nagstamon/files/patch-setup.py') diff --git a/net-mgmt/nagstamon/files/patch-setup.py b/net-mgmt/nagstamon/files/patch-setup.py deleted file mode 100644 index 485eaf60021c..000000000000 --- a/net-mgmt/nagstamon/files/patch-setup.py +++ /dev/null @@ -1,12 +0,0 @@ ---- setup.py.orig 2021-03-22 15:58:33 UTC -+++ setup.py -@@ -36,6 +36,9 @@ OS = platform.system() - if OS not in ['Windows', 'Darwin']: - if OS == 'Linux': - DIST, DIST_VERSION, DIST_NAME = get_distro() -+ # platform.dist() returns "('', '', '')" on FreeBSD -+ elif OS == 'FreeBSD': -+ DIST, DIST_VERSION, DIST_NAME = ('', '', '') - else: - DIST, DIST_VERSION, DIST_NAME = platform.dist() - NAME = NAME.lower() -- cgit v1.2.3