Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/megaglest/files/
Date: Sun, 30 Oct 2022 11:13:18
Message-Id: 1667128365.63ed4f5f4277aac7ddc7629405151115b612e3e7.soap@gentoo
1 commit: 63ed4f5f4277aac7ddc7629405151115b612e3e7
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 11:12:45 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 11:12:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ed4f5f
7
8 games-strategy/megaglest: [QA] use git-format-patch style patches
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../megaglest/files/megaglest-3.11.1-miniupnpc-api-version-16.patch | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-strategy/megaglest/files/megaglest-3.11.1-miniupnpc-api-version-16.patch b/games-strategy/megaglest/files/megaglest-3.11.1-miniupnpc-api-version-16.patch
16 index a793c122b210..b0275156bda1 100644
17 --- a/games-strategy/megaglest/files/megaglest-3.11.1-miniupnpc-api-version-16.patch
18 +++ b/games-strategy/megaglest/files/megaglest-3.11.1-miniupnpc-api-version-16.patch
19 @@ -1,7 +1,7 @@
20 https://github.com/MegaGlest/megaglest-source/commit/a85d12aed1983eb69d630b431b81ae656d83b3ac
21
22 ---- /source/shared_lib/sources/platform/posix/socket.cpp
23 -+++ /source/shared_lib/sources/platform/posix/socket.cpp
24 +--- a/source/shared_lib/sources/platform/posix/socket.cpp
25 ++++ b/source/shared_lib/sources/platform/posix/socket.cpp
26 @@ -2610,8 +2610,10 @@
27 if(SystemFlags::VERBOSE_MODE_ENABLED) printf("UPnP device found: %s %s\n", dev->descURL, dev->st);