commit: f85a8343e5f36a3d2b7dc61c621ac4ed1efc5b08 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jan 29 08:41:42 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 15:40:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85a8343
net-analyzer/nagstamon: fix build with setuptools 66 Closes: https://bugs.gentoo.org/891331 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch b/net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch index 62f6cdbc2a47..28bb98e1b49a 100644 --- a/net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch +++ b/net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch @@ -1,8 +1,11 @@ ---- a/setup.py 2022-12-11 07:36:25.144000930 +0100 -+++ b/setup.py 2022-12-11 07:37:00.856204252 +0100 -@@ -47,7 +47,7 @@ +--- a/setup.py 2023-01-29 09:29:13.885165525 +0100 ++++ b/setup.py 2023-01-29 09:30:32.585630680 +0100 +@@ -45,9 +45,9 @@ + else: + DIST, DIST_VERSION, DIST_NAME = platform.dist() NAME = NAME.lower() - VERSION = AppInfo.VERSION.replace('-', '.') + '.' + DIST + DIST_VERSION +-VERSION = AppInfo.VERSION.replace('-', '.') + '.' + DIST + DIST_VERSION ++VERSION = AppInfo.VERSION.replace('-', '.') -NAGSTAMON_SCRIPT = 'nagstamon.py' +NAGSTAMON_SCRIPT = 'nagstamon'