commit: 6d76d2d5fdc6c15ec601ddb474d70c57978da760 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 4 09:02:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 4 09:15:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d76d2d5
games-misc/ballerburg: quote CMAKE_MAKEFILE_GENERATOR value Signed-off-by: Sam James <sam <AT> gentoo.org> games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild b/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild index 6b15169bd6a..3100c8832da 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"
