summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-04 09:02:50 +0000
committerSam James <sam@gentoo.org>2021-04-04 09:15:59 +0000
commit6d76d2d5fdc6c15ec601ddb474d70c57978da760 (patch)
treefd2d3d526e5503f313bbc2fed617f8e648e10f94 /games-misc
parentgames-misc/asr-manpages: port to EAPI 7, missing die (diff)
downloadgentoo-6d76d2d5fdc6c15ec601ddb474d70c57978da760.tar.gz
gentoo-6d76d2d5fdc6c15ec601ddb474d70c57978da760.tar.bz2
gentoo-6d76d2d5fdc6c15ec601ddb474d70c57978da760.zip
games-misc/ballerburg: quote CMAKE_MAKEFILE_GENERATOR value
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild b/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
index 6b15169bd6a3..3100c8832da2 100644
--- a/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
+++ b/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-CMAKE_MAKEFILE_GENERATOR=emake
+CMAKE_MAKEFILE_GENERATOR="emake"
inherit cmake
DESCRIPTION="Linux port of the classical Atari ST game Ballerburg"