summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2017-01-24 12:12:23 -0600
committerAustin English <wizardedit@gentoo.org>2017-01-24 12:31:50 -0600
commitfbe2f28b00b0d25c230df12a882c42f8ccd2f7a7 (patch)
treedfd8a0c5544a3c79e4515f2be392abc4ff06c380 /games-action/clanbomber/files/clanbomber-2.1.1-boost150.patch
parentapp-emulation/genymotion-bin: add new package, version 2.8.1 wrt bug #516448 (diff)
downloadgentoo-fbe2f28b00b0d25c230df12a882c42f8ccd2f7a7.tar.gz
gentoo-fbe2f28b00b0d25c230df12a882c42f8ccd2f7a7.tar.bz2
gentoo-fbe2f28b00b0d25c230df12a882c42f8ccd2f7a7.zip
games-action/clanbomber: remove deprecated games eclass
Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1
Diffstat (limited to 'games-action/clanbomber/files/clanbomber-2.1.1-boost150.patch')
-rw-r--r--games-action/clanbomber/files/clanbomber-2.1.1-boost150.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/clanbomber/files/clanbomber-2.1.1-boost150.patch b/games-action/clanbomber/files/clanbomber-2.1.1-boost150.patch
index 34335bc79f9b..f3e67666a22d 100644
--- a/games-action/clanbomber/files/clanbomber-2.1.1-boost150.patch
+++ b/games-action/clanbomber/files/clanbomber-2.1.1-boost150.patch
@@ -1,5 +1,5 @@
---- src/MapEntry.cpp.old 2012-11-15 10:55:40.123259605 +0100
-+++ src/MapEntry.cpp 2012-11-15 10:57:35.217379211 +0100
+--- a/src/MapEntry.cpp 2012-11-15 10:55:40.123259605 +0100
++++ b/src/MapEntry.cpp 2012-11-15 10:57:35.217379211 +0100
@@ -50,7 +50,7 @@
enabled = true;
@@ -9,8 +9,8 @@
// is the file writable?
if (access(path / filename, W_OK) == 0) {
---- src/Map.cpp.old 2012-11-15 10:52:56.884424228 +0100
-+++ src/Map.cpp 2012-11-15 10:54:16.334992079 +0100
+--- a/src/Map.cpp 2012-11-15 10:52:56.884424228 +0100
++++ b/src/Map.cpp 2012-11-15 10:54:16.334992079 +0100
@@ -116,7 +116,7 @@
for (boost::filesystem::directory_iterator dir_iter(path);
dir_iter != end_iter; dir_iter++) {