From 24fd814c326e282c4321965c31f341dad77e270d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Jan 2021 11:28:34 +0000 Subject: gentoo resync : 08.01.2021 --- games-strategy/colobot/Manifest | 2 +- .../colobot/files/colobot-0.1.12-includes.patch | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'games-strategy/colobot') diff --git a/games-strategy/colobot/Manifest b/games-strategy/colobot/Manifest index d96d866f3edd..862541a8be37 100644 --- a/games-strategy/colobot/Manifest +++ b/games-strategy/colobot/Manifest @@ -1,4 +1,4 @@ -AUX colobot-0.1.12-includes.patch 690 BLAKE2B ab99d982dc57d4dddadae54faf6170268bab72ca4011b79fdc12e6197eec74209080a48f49e22d77c6b532d1e32e44d9cd2b62b225e02e78ac12586c23553eef SHA512 cb0c3eab9c5afab5e2ac8d3d10fc19fcb478a8dfa17d5231e33bbd4d322b375e028825daf739fa0cbeb9de95e04c2d4627a6d9e3f2740c54968903a497f11700 +AUX colobot-0.1.12-includes.patch 1283 BLAKE2B 0f1e402e770d57365d53488b86838f401815e0749065bf2581d228a566873b31d021a1486ce7cf4a051407b96c540c954ce56ef9efc168522f0ea94ec1606fcd SHA512 26c1bbbd9605482a5a6ffef4b3a919518224e3802bcf0d7248bba94227039bf69a5d6a41bcacdb1ec170e58e719f1cde722f869c4ec26cf20ecd7d1eae091cd0 DIST colobot-gold-0.1.12-alpha.tar.gz 1468594 BLAKE2B 2b470e8b074e4a973b751062dca2358396066d8816c2b1b5b44649b798610dccd73ab5fed4086f2aa8d4495f3de69dd8b72b45f97f23f66b18a50fc976bf25ef SHA512 63647a16b376db6544830f96e7d323c0f58003645bf636abd1cab0ffd47b39b0bef47191d584f5156b75324d75dfdfdcabe8b89be565087c37c367ca366f3cbe EBUILD colobot-0.1.12.ebuild 1537 BLAKE2B e6bb074e216f58e6fc245c974f71e79df73cc364456b142258dbcd3c266221486b9315dfe6f4cf880505bab18f762c5dc40430f2e8c362f7affdbf38ad170a5e SHA512 cbb4b8e358d9dc2a3a1cb87153d9c5bd69320855647a4cda0cd03b954c3822f240006815d204e4e56289903330798e76de86e03cdd5a7ab0b3c9e13fc59e82de EBUILD colobot-9999.ebuild 1385 BLAKE2B 8da648dc75425e71c3f2becd7f7c5a2d2ba1778915a17c4a420753bddf9b94f26641835e4c0e467d69744fbd746dbcd175752614db8201332aab566b908b7536 SHA512 e2d237c6235bd99e90c5e8350044128e9c4c4841519a5a6cf08f399d0487daaf637dd7a25e29c02e68789e84f985cec708716e2684d0a078d9ce3dbd1b70b2f6 diff --git a/games-strategy/colobot/files/colobot-0.1.12-includes.patch b/games-strategy/colobot/files/colobot-0.1.12-includes.patch index 1fb3a2730c44..3bd118a1ef1d 100644 --- a/games-strategy/colobot/files/colobot-0.1.12-includes.patch +++ b/games-strategy/colobot/files/colobot-0.1.12-includes.patch @@ -21,3 +21,25 @@ index bc64dc232..dd4e02ff4 100644 #include #include +From fc2bd68876ac6302dbc8e91e8ffa33592db14b21 Mon Sep 17 00:00:00 2001 +From: suve +Date: Sun, 9 Feb 2020 00:36:05 +0100 +Subject: [PATCH] Fix missing std includes + +--- + src/CBot/CBotInstr/CBotExprLitString.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/CBot/CBotInstr/CBotExprLitString.cpp b/src/CBot/CBotInstr/CBotExprLitString.cpp +index fc2541624..69e42d607 100644 +--- a/src/CBot/CBotInstr/CBotExprLitString.cpp ++++ b/src/CBot/CBotInstr/CBotExprLitString.cpp +@@ -24,6 +24,8 @@ + + #include "CBot/CBotVar/CBotVar.h" + ++#include ++ + namespace CBot + { + -- cgit v1.2.3