From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B2D91396D0 for ; Mon, 18 Sep 2017 07:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81387E0F30; Mon, 18 Sep 2017 07:05:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D98FE0F30 for ; Mon, 18 Sep 2017 07:05:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2706033BEBE for ; Mon, 18 Sep 2017 07:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98290907A for ; Mon, 18 Sep 2017 07:05:14 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1505718310.b80bc1c30967f6d7184b410ea32603d2080bdedc.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/supermariowar/supermariowar-2.0_beta1.ebuild X-VCS-Directories: games-action/supermariowar/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b80bc1c30967f6d7184b410ea32603d2080bdedc X-VCS-Branch: master Date: Mon, 18 Sep 2017 07:05:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 25ea5828-626f-4db7-966f-cc6aac37af25 X-Archives-Hash: 26d766e1c08359f349b86aec7e7d24fb commit: b80bc1c30967f6d7184b410ea32603d2080bdedc Author: Patrice Clement gentoo org> AuthorDate: Mon Sep 18 07:04:26 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Sep 18 07:05:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80bc1c3 games-action/supermariowar: indent. Package-Manager: Portage-2.3.6, Repoman-2.3.1 games-action/supermariowar/supermariowar-2.0_beta1.ebuild | 6 +++--- 1 file 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 5c906dacbef..ea3a3b4205f 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