diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-09-18 09:04:26 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-09-18 09:05:10 +0200 |
commit | b80bc1c30967f6d7184b410ea32603d2080bdedc (patch) | |
tree | fe88428cda97317ccc638cece6663f8e5535c8a2 /games-action | |
parent | dev-ruby/ruby-xslt: fix compatability with libxslt 1.30, bug 631244 (diff) | |
download | gentoo-b80bc1c30967f6d7184b410ea32603d2080bdedc.tar.gz gentoo-b80bc1c30967f6d7184b410ea32603d2080bdedc.tar.bz2 gentoo-b80bc1c30967f6d7184b410ea32603d2080bdedc.zip |
games-action/supermariowar: indent.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/supermariowar/supermariowar-2.0_beta1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |