summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2017-01-30 18:31:33 -0600
committerAustin English <wizardedit@gentoo.org>2017-01-30 18:59:22 -0600
commitb88f1938637ed30a9c7e28e68e77b0b529ea04c4 (patch)
tree8202e0a53e38e8952f6a82916000d9fe095b1c3d /games-action/violetland/files
parentgames-action/wordwarvi: remove deprecated games eclass (diff)
downloadgentoo-b88f1938637ed30a9c7e28e68e77b0b529ea04c4.tar.gz
gentoo-b88f1938637ed30a9c7e28e68e77b0b529ea04c4.tar.bz2
gentoo-b88f1938637ed30a9c7e28e68e77b0b529ea04c4.zip
games-action/violetland: 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/violetland/files')
-rw-r--r--games-action/violetland/files/violetland-0.4.3-boost150.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/violetland/files/violetland-0.4.3-boost150.patch b/games-action/violetland/files/violetland-0.4.3-boost150.patch
index 4e700ca9e3d4..5ddd5e8445b8 100644
--- a/games-action/violetland/files/violetland-0.4.3-boost150.patch
+++ b/games-action/violetland/files/violetland-0.4.3-boost150.patch
@@ -1,5 +1,5 @@
---- CMakeLists.txt.old 2012-11-05 15:19:11.501044743 +0100
-+++ CMakeLists.txt 2012-11-05 15:19:25.415250207 +0100
+--- a/CMakeLists.txt 2012-11-05 15:19:11.501044743 +0100
++++ b/CMakeLists.txt 2012-11-05 15:19:25.415250207 +0100
@@ -8,7 +8,6 @@
find_package(SDL_mixer REQUIRED)
find_package(OpenGL REQUIRED)
@@ -8,8 +8,8 @@
if(${MINGW})
set(INTL_LIBRARY intl)
---- src/system/utility/FileUtility.cpp.old 2012-11-05 21:26:07.865488297 +0100
-+++ src/system/utility/FileUtility.cpp 2012-11-05 21:30:44.881208230 +0100
+--- a/src/system/utility/FileUtility.cpp 2012-11-05 21:26:07.865488297 +0100
++++ b/src/system/utility/FileUtility.cpp 2012-11-05 21:30:44.881208230 +0100
@@ -20,7 +20,7 @@
while (dir_it != boost::filesystem::directory_iterator()) {