From: Patrice Clement Date: Mon, 18 Sep 2017 07:04:26 +0000 (+0200) Subject: games-action/supermariowar: indent. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b80bc1c30967f6d7184b410ea32603d2080bdedc;p=gentoo.git games-action/supermariowar: indent. Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- diff --git a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild index 5c906dacbef1..ea3a3b4205f8 100644 --- a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild +++ b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild @@ -49,9 +49,9 @@ src_prepare() { src_configure() { local mycmakeargs=( -DBUILD_STATIC_LIBS=OFF - -DCMAKE_INSTALL_PREFIX="${EPREFIX%/}/usr" - -DSMW_BINDIR="${EPREFIX%/}/usr/bin" - -DSMW_DATADIR="${EPREFIX%/}/usr/share/${PF}" + -DCMAKE_INSTALL_PREFIX="${EPREFIX%/}/usr" + -DSMW_BINDIR="${EPREFIX%/}/usr/bin" + -DSMW_DATADIR="${EPREFIX%/}/usr/share/${PF}" ) cmake-utils_src_configure